From: W. Trevor King Date: Sun, 27 Nov 2016 23:59:24 +0000 (-0800) Subject: .bashrc.d/30gpg_agent: Remove unnecessary file X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9662bb3849a082ff840fb498e25309f97cb0d2ff;p=dotfiles-public.git .bashrc.d/30gpg_agent: Remove unnecessary file GnuPG 2.1 dropped GPG_AGENT_INFO and instead uses a fixed location (e.g. ~/.gnupg/S.gpg-agent). --- diff --git a/src/.bashrc.d/30gpg_agent b/src/.bashrc.d/30gpg_agent deleted file mode 100644 index 5a65e96..0000000 --- a/src/.bashrc.d/30gpg_agent +++ /dev/null @@ -1,4 +0,0 @@ -# GnuPG agent -if [ -f "${HOME}/.gnupg/agent-info" ]; then - source "${HOME}/.gnupg/agent-info" -fi