From fbf33bbdcf32b250ceb73b3b49fc98170dd8438e Mon Sep 17 00:00:00 2001 From: nasenatmer Date: Fri, 26 Apr 2013 20:22:08 +0100 Subject: [PATCH] Enhanced section on exported variables in the README --- modules/gpg-agent/README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/modules/gpg-agent/README.md b/modules/gpg-agent/README.md index 9819665e..1873690e 100644 --- a/modules/gpg-agent/README.md +++ b/modules/gpg-agent/README.md @@ -12,12 +12,14 @@ To enable SSH-Agent protocol emulation, add the following line to *zpreztorc*: zstyle ':prezto:module:gpg-agent' ssh-support 'yes' -Variables ---------- - -Please note that if you use this agent, the variables 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 how to +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][2]. Authors