From: W. Trevor King Date: Wed, 21 Mar 2012 14:42:30 +0000 (-0400) Subject: Mention dotfiles management in the gpg-agent post. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bb51ed167e9aa7588f8967ae2f07ae4d80bc4e80;p=blog.git Mention dotfiles management in the gpg-agent post. --- diff --git a/posts/gpg-agent.mdwn b/posts/gpg-agent.mdwn index cdd0d13..f4df550 100644 --- a/posts/gpg-agent.mdwn +++ b/posts/gpg-agent.mdwn @@ -2,7 +2,8 @@ The 2.X branch of [[GnuPG]] comes with [gpg-agent][] for caching passphrases. The documentation is good, but here are my notes outlining my usual usage. -Add +Add the following to your `~/.bashrc` (see [[dotfiles]] for fancy +dotfiles maintenance): if [ -f "${HOME}/.gnupg/agent-info" ]; then source "${HOME}/.gnupg/agent-info"