[UPDATE][SHELL] Do not unset SSH_ASKPASS
This allows `keychain` to start very early using a GUI, not making my first terminal slow to open.
This commit is contained in:
parent
80af70763c
commit
bb40d8fc77
|
@ -56,9 +56,6 @@ elif { [ -n "$BASH_VERSION" ] || [ -n "$ZSH_VERSION" ] ; } &&
|
||||||
stty -ixon
|
stty -ixon
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# I do not want popups when asking for my SSH key
|
|
||||||
unset SSH_ASKPASS
|
|
||||||
|
|
||||||
# Use keychain to handle ssh-agent, in interactive shell too
|
# Use keychain to handle ssh-agent, in interactive shell too
|
||||||
eval "$(keychain --dir ~/.cache/keychain --inherit any-once --eval id_rsa --eval shared_rsa --quiet)"
|
eval "$(keychain --dir ~/.cache/keychain --inherit any-once --eval id_rsa --eval shared_rsa --quiet)"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue