chore: Removes 1Password SSH Socket configuration
This commit is contained in:
7
.zshrc
7
.zshrc
@@ -96,13 +96,6 @@ if [ -d "/home/menno/Projects/Work" ]; then
|
|||||||
export PATH=$PATH:$TRADAWARE_PATH/bin/utilities
|
export PATH=$PATH:$TRADAWARE_PATH/bin/utilities
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# 1Password SSH Socket (Linux/macOS)
|
|
||||||
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
|
|
||||||
export SSH_AUTH_SOCK=~/.ssh/1password/agent.sock
|
|
||||||
elif [[ "$OSTYPE" == "darwin"* ]]; then
|
|
||||||
export SSH_AUTH_SOCK=~/Library/Group\ Containers/2BUA8C4S2C.com.1password/t/agent.sock
|
|
||||||
fi
|
|
||||||
|
|
||||||
# pyenv
|
# pyenv
|
||||||
export PYENV_ROOT="$HOME/.pyenv"
|
export PYENV_ROOT="$HOME/.pyenv"
|
||||||
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
|
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
|
||||||
|
|||||||
Reference in New Issue
Block a user