]> arthur.barton.de Git - ax-zsh.git/blob - plugins/gnupg/README.md
14883353d383a0c5aff79ceadcef1c0699d64085
[ax-zsh.git] / plugins / gnupg / README.md
1 ## gnupg
2
3 Setup *GnuPG* using *gpg*(1) or *gpg2*(1) command and try to setup a *GnuPG
4 agent* as well, either by reusing an already running agent process or by
5 starting a new one.
6
7 - `gpg2`: use the same completions than for `gpg`.
8 - When `gpg` isn't installed but `gpg2` is, alias it to `gpg`, too.
9 - Store "agent information" in `$HOME/.gnupg/agent.info-$HOST:$DISPLAY`.
10
11 ### Command Aliases
12
13 - `gpg`: When `gpg2` is available but `gpg` isn't.