diff options
author | Marc Cornellà <marc.cornella@live.com> | 2018-10-19 18:54:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-19 18:54:26 +0200 |
commit | ca50dfda9f02836910bf5bc956d7d786bc997f92 (patch) | |
tree | 8830fac08ea7da75b03ac05c3c1665409caefb6b /plugins/gpg-agent | |
parent | eb87529b98abf5764c584a663a6665fce35e4fbf (diff) | |
download | zsh-ca50dfda9f02836910bf5bc956d7d786bc997f92.tar.gz zsh-ca50dfda9f02836910bf5bc956d7d786bc997f92.tar.bz2 zsh-ca50dfda9f02836910bf5bc956d7d786bc997f92.zip |
add link to documentation
Diffstat (limited to 'plugins/gpg-agent')
-rw-r--r-- | plugins/gpg-agent/README.md | 2 |
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: ``` |