summaryrefslogtreecommitdiff
path: root/plugins/gpg-agent/README.md
blob: 9c1e6d2cca73f15f286820a7dc3cb9f25282309f (plain)
1
2
3
4
5
6
7
8
9
# 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:

```zsh
plugins=(... gpg-agent)
```