README.md 212 Bytes
Newer Older
1
2
# gpg-agent

Marc Cornellà's avatar
Marc Cornellà committed
3
Enables [GPG's gpg-agent](https://www.gnupg.org/documentation/manuals/gnupg/) if it is not running.
4
5
6
7
8

To use it, add gpg-agent to the plugins array of your zshrc file:
```
plugins=(... gpg-agent)
```