fix: variables d'environnement pour gpg (et donc pass)

This commit is contained in:
2016-10-25 19:52:10 +02:00
parent 9e8d3b24b3
commit 2982725e0b

View File

@@ -16,3 +16,8 @@ case "$TERM" in
xterm) TERM=xterm-256color;;
screen) TERM=screen-256color;;
esac
# info gnupg, invocate gpg agent
GPG_TTY=$(tty)
export GPG_TTY