prezto/modules/gpg
Sorin Ionescu ea25ccf62c Set default GPG_AGENT_PID for grep
If `GPG_AGENT_PID` is unset, grep will succeed if another gpg-agent is
running as it will match the string `gpg-agent` where the PID was an
empty string. Set a default value for grep to a value that will never
match if unset, i.e. -1.
2014-10-05 21:46:58 -04:00
..
init.zsh Set default GPG_AGENT_PID for grep 2014-10-05 21:46:58 -04:00
README.md Make gpg-agent and ssh-agent work with each other 2013-05-18 21:52:19 -04:00

GPG

Provides for an easier use of GPG by setting up gpg-agent.

SSH

To enable OpenSSH Agent protocol emulation, and make gpg-agent a drop-in replacement for ssh-agent, add the following line to ~/.gnupg/gpg-agent.conf:

enable-ssh-support

When OpenSSH Agent protocol emulation is enabled, this module will load the SSH module for additional processing.

Authors

The authors of this module should be contacted via the issue tracker.