diff --git a/bash_profile b/bash_profile index 06b1aa2..642cb3e 100644 --- a/bash_profile +++ b/bash_profile @@ -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