X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=bash%2F.bashrc;h=dd39849bfcb7f7a6d98dcbc9def4ebbd20a6f0fd;hb=243abbfb507645037bcdc85d9bd5798776c1e46a;hp=c58049c1966f8934c922f0f2ebd81633efe1a8df;hpb=b7f8156192e65f4e9593d0d85f4ee79efea3c548;p=max%2Fdotfiles.git diff --git a/bash/.bashrc b/bash/.bashrc index c58049c..dd39849 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -123,14 +123,14 @@ function __prompt_command() } PROMPT_COMMAND=__prompt_command -GPG_TTY=$(tty) -export GPG_TTY - -if ! pgrep -x -u "${USER}" gpg-agent>/dev/null 2>&1; then - eval $(gpg-agent --daemon \ - --use-standard-socket \ - --write-env-file "${HOME}/.gpg-agent-info") +if ! pgrep -x -u "${USER}" gpg-agent >/dev/null 2>&1; then + gpg-connect-agent /bye >/dev/null 2>&1 fi -gpg-connect-agent udatestartuptty /bye >/dev/null +unset SSH_AGENT_PID +if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then + export SSH_AUTH_SOCK=~/.gnupg/S.gpg-agent.ssh +fi +export GPG_TTY=($tty) +gpg-connect-agent updatestartuptty /bye > /dev/null