Mention dotfiles management in the gpg-agent post.
authorW. Trevor King <wking@drexel.edu>
Wed, 21 Mar 2012 14:42:30 +0000 (10:42 -0400)
committerW. Trevor King <wking@drexel.edu>
Wed, 21 Mar 2012 14:42:30 +0000 (10:42 -0400)
posts/gpg-agent.mdwn

index cdd0d13638662afba04cc15de510e0d7214f4904..f4df5501b4db70e15af57efa3fbf82c890437cf5 100644 (file)
@@ -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"