]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/gpg-agent/README.md
initial
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / gpg-agent / README.md
1 # gpg-agent
2
3 Enables [GPG's gpg-agent](https://www.gnupg.org/documentation/manuals/gnupg/) if it is not running.
4
5 To use it, add `gpg-agent` to the plugins array of your zshrc file:
6
7 ```zsh
8 plugins=(... gpg-agent)
9 ```