fix: variables d'environnement pour gpg (et donc pass)
This commit is contained in:
@@ -16,3 +16,8 @@ case "$TERM" in
|
|||||||
xterm) TERM=xterm-256color;;
|
xterm) TERM=xterm-256color;;
|
||||||
screen) TERM=screen-256color;;
|
screen) TERM=screen-256color;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
# info gnupg, invocate gpg agent
|
||||||
|
GPG_TTY=$(tty)
|
||||||
|
export GPG_TTY
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user