refactor(zsh/gpg): ensure GPG_TTY variable is set

This commit is contained in:
George Rawlinson 2019-04-27 13:42:51 +12:00
parent 883c539513
commit 4ceed1e60a
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
# From gpg-agent(1):
#
# You should always add the following lines to your .bashrc or whatever
# initialization file is used for all shell invocations:
#
# GPG_TTY=$(tty)
# export GPG_TTY
#
# It is important that this environment variable always reflects the out
# put of the tty command.
export GPG_TTY=$(tty)