@@ -9,6 +9,10 @@ if $(which virtualenvwrapper.sh); then | |||
source virtualenvwrapper.sh | |||
fi | |||
export GPG_TTY="$(tty)" | |||
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) | |||
gpg-connect-agent updatestartuptty /bye > /dev/null | |||
## | |||
## S E T T I N G S | |||
## |