]> git.friedersdorff.com Git - max/dotfiles.git/blobdiff - bash/.bashrc
Fix things
[max/dotfiles.git] / bash / .bashrc
index 3bf2436ee46d77555c31ebec35e180fc0e19c76c..dd39849bfcb7f7a6d98dcbc9def4ebbd20a6f0fd 100644 (file)
@@ -123,6 +123,14 @@ function __prompt_command()
 }
 PROMPT_COMMAND=__prompt_command
 
+if ! pgrep -x -u "${USER}" gpg-agent >/dev/null 2>&1; then
+  gpg-connect-agent /bye >/dev/null 2>&1
+fi
+
+unset SSH_AGENT_PID
+if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then
+    export SSH_AUTH_SOCK=~/.gnupg/S.gpg-agent.ssh
+fi
 
-GPG_TTY=$(tty)
-export GPG_TTY
+export GPG_TTY=($tty)
+gpg-connect-agent updatestartuptty /bye > /dev/null