X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=bash%2F.bashrc;h=dd39849bfcb7f7a6d98dcbc9def4ebbd20a6f0fd;hb=d23bda261ed2f98974d5e9b1539d24e73bdd6a7a;hp=3bf2436ee46d77555c31ebec35e180fc0e19c76c;hpb=7751a23cc0426f2e80ed6a7b1b81efd3a8288f8e;p=max%2Fdotfiles.git diff --git a/bash/.bashrc b/bash/.bashrc index 3bf2436..dd39849 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -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