diff --git a/shell/.profile b/shell/.profile index d427d8a..28c7005 100644 --- a/shell/.profile +++ b/shell/.profile @@ -56,9 +56,6 @@ elif { [ -n "$BASH_VERSION" ] || [ -n "$ZSH_VERSION" ] ; } && stty -ixon 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 eval "$(keychain --dir ~/.cache/keychain --inherit any-once --eval id_rsa --eval shared_rsa --quiet)"