mirror of
https://github.com/kremalicious/dotfiles.git
synced 2024-11-25 11:28:32 +01:00
SSH_AUTH_SOCK workaround
This commit is contained in:
parent
1970f6a115
commit
ad12115f16
@ -94,3 +94,12 @@ complete -C aws_completer aws
|
|||||||
|
|
||||||
# Load RVM into a shell session *as a function*
|
# Load RVM into a shell session *as a function*
|
||||||
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
|
[[ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user