1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
prezto/modules/gpg-agent
nasenatmer fbf33bbdcf
Enhanced section on exported variables in the README
12 years ago
..
README.md Enhanced section on exported variables in the README 12 years ago
init.zsh [Fix #419] start gpg-agent also with ssh-support off 12 years ago

README.md

GPG-Agent

Provides for an easier use of gpg-agent.

Settings

SSH-Agent Protocol Emulation

To enable SSH-Agent protocol emulation, add the following line to zpreztorc:

zstyle ':prezto:module:gpg-agent' ssh-support 'yes'

Exported Variables

Please note that if you use this agent, the variables it will create and export (GPG_AGENT_INFO, GPG_TTY, and if you have ssh-support enabled, also SSH_AUTH_SOCK and SSH_AGENT_PID) will only be visible to other instances of zsh. Should you use a non-shell mail user agent such as thunderbird, make sure it inherits the variables. For an example of how to achieve this, have a look at issue #419 in the issue tracker.

Authors

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