]> git.friedersdorff.com Git - max/dotfiles.git/blobdiff - bash/.bashrc
Launch gpg-agent with X
[max/dotfiles.git] / bash / .bashrc
index 8d4422e7df195a31597f62d59f02678de5f5547c..3bf2436ee46d77555c31ebec35e180fc0e19c76c 100644 (file)
@@ -123,17 +123,6 @@ 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
-
-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"
-fi
 
-gpg-connect-agent udatestartuptty /bye >/dev/null
+GPG_TTY=$(tty)
+export GPG_TTY