X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=bash%2F.bashrc;h=3bf2436ee46d77555c31ebec35e180fc0e19c76c;hb=7751a23cc0426f2e80ed6a7b1b81efd3a8288f8e;hp=a90c1772bfcd263c3f4303cc074baaab312d58b3;hpb=464e1c4b109bd05a933ec3a7e55e8ba59da7d30f;p=max%2Fdotfiles.git diff --git a/bash/.bashrc b/bash/.bashrc index a90c177..3bf2436 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -124,12 +124,5 @@ function __prompt_command() PROMPT_COMMAND=__prompt_command -if [ -f "${HOME}/.gpg-agent-info" ]; then - . "${HOME}/.gpg-agent-info" - export GPG_AGENT_INFO - export SSH_AUTH_SOCK -fi - - -# Set GPG TTY -export GPG_TTY=$(tty) +GPG_TTY=$(tty) +export GPG_TTY