gpg-agent: add README (#7313)

This commit is contained in:
Marc Cornellà 2018-10-19 19:05:49 +02:00 committed by GitHub
commit 951e649427
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
```