X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=bash%2F.bashrc;h=dd39849bfcb7f7a6d98dcbc9def4ebbd20a6f0fd;hb=d23bda261ed2f98974d5e9b1539d24e73bdd6a7a;hp=8d4422e7df195a31597f62d59f02678de5f5547c;hpb=f7c25419b7c83b5886af9b9a1670ffb1a6b22288;p=max%2Fdotfiles.git diff --git a/bash/.bashrc b/bash/.bashrc index 8d4422e..dd39849 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -124,16 +124,13 @@ 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 + gpg-connect-agent /bye >/dev/null 2>&1 fi -export GPG_AGENT_INFO="${GNUPGHOME:-${HOME}/.gnupg}/S.gpg-agent:-1:1" -export GPG_TTY=$(tty) - -# Use gpg-agent for SSH unset SSH_AGENT_PID if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then - export SSH_AUTH_SOCK="/run/user/$UID/gnupg/S.gpg-agent.ssh" + export SSH_AUTH_SOCK=~/.gnupg/S.gpg-agent.ssh fi -gpg-connect-agent udatestartuptty /bye >/dev/null +export GPG_TTY=($tty) +gpg-connect-agent updatestartuptty /bye > /dev/null