fix: remove unnecessary docker_host

This commit is contained in:
max_richter 2022-09-26 00:59:45 +02:00
parent 5bb81b0903
commit fdc2bbdbe4

View File

@ -97,8 +97,6 @@ if [[ -n "$PS1" ]] && [[ -z "$TMUX" ]] && [[ -n "$SSH_CONNECTION" ]]; then
# tmux attach-session -t $USER || tmux new-session -s $USER # tmux attach-session -t $USER || tmux new-session -s $USER
fi fi
export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/docker.sock
export PNPM_HOME="$HOME/.local/share/pnpm" export PNPM_HOME="$HOME/.local/share/pnpm"
export PATH="$PNPM_HOME:$PATH" export PATH="$PNPM_HOME:$PATH"