]> git.rmz.io Git - dotfiles.git/blobdiff - zsh/lib/gpg.zsh
zsh: set PINENTRY_USER_DATA in zshenv
[dotfiles.git] / zsh / lib / gpg.zsh
index b1274163c445918d41a2d3e5a623d1e0104e9074..7b977d40eb8275720b5165fe146ef1bb62125c42 100644 (file)
@@ -4,6 +4,3 @@ fi
 
 # Inform gpg-agent of the current TTY for user prompts.
 export GPG_TTY="$(tty)"
-if [[ -z "$DISPLAY" ]]; then
-    export PINENTRY_USER_DATA="curses"
-fi