summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Cornellà <marc.cornella@live.com>2018-10-19 18:54:26 +0200
committerGitHub <noreply@github.com>2018-10-19 18:54:26 +0200
commitca50dfda9f02836910bf5bc956d7d786bc997f92 (patch)
tree8830fac08ea7da75b03ac05c3c1665409caefb6b
parenteb87529b98abf5764c584a663a6665fce35e4fbf (diff)
downloadzsh-ca50dfda9f02836910bf5bc956d7d786bc997f92.tar.gz
zsh-ca50dfda9f02836910bf5bc956d7d786bc997f92.tar.bz2
zsh-ca50dfda9f02836910bf5bc956d7d786bc997f92.zip
add link to documentation
-rw-r--r--plugins/gpg-agent/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gpg-agent/README.md b/plugins/gpg-agent/README.md
index f5fe77102..a9711f923 100644
--- a/plugins/gpg-agent/README.md
+++ b/plugins/gpg-agent/README.md
@@ -1,6 +1,6 @@
# gpg-agent
-Enable gpg-agent if it is not running.
+Enables [GPG's gpg-agent](https://www.gnupg.org/documentation/manuals/gnupg/) if it is not running.
To use it, add gpg-agent to the plugins array of your zshrc file:
```