diff options
author | Marc Cornellà <marc.cornella@live.com> | 2018-10-19 19:05:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-19 19:05:49 +0200 |
commit | 951e6494274297050395315501883b7c6b83f3b0 (patch) | |
tree | f6c6d2ee3a0c5482c428d0fb4d3f37bc1a6a1af4 /plugins | |
parent | fccac1ddbf22e47339b5728172ba4b5d0e8c94f8 (diff) | |
parent | ca50dfda9f02836910bf5bc956d7d786bc997f92 (diff) | |
download | zsh-951e6494274297050395315501883b7c6b83f3b0.tar.gz zsh-951e6494274297050395315501883b7c6b83f3b0.tar.bz2 zsh-951e6494274297050395315501883b7c6b83f3b0.zip |
gpg-agent: add README (#7313)
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/gpg-agent/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/gpg-agent/README.md b/plugins/gpg-agent/README.md new file mode 100644 index 000000000..a9711f923 --- /dev/null +++ b/plugins/gpg-agent/README.md @@ -0,0 +1,8 @@ +# gpg-agent + +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: +``` +plugins=(... gpg-agent) +``` |