1
0
mirror of https://github.com/kremalicious/dotfiles.git synced 2024-06-28 08:37:44 +02:00

SSH_AUTH_SOCK workaround

This commit is contained in:
Matthias Kretschmann 2017-06-12 01:01:56 +02:00
parent 1970f6a115
commit ad12115f16
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -94,3 +94,12 @@ complete -C aws_completer aws
# Load RVM into a shell session *as a function*
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
# ----------------------------------------------------------------------
# ssh hack for SSH_AUTH_SOCK
# ----------------------------------------------------------------------
if [ -S "$SSH_AUTH_SOCK" ]; then
unset SSH_AUTH_SOCK
fi