X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/00f62560dd33ea4bd4dc6b2000616f3f761ce5b5..48495f4be3c50e89527773b51c907de04c68af59:/zsh/lib/gpg.zsh?ds=sidebyside diff --git a/zsh/lib/gpg.zsh b/zsh/lib/gpg.zsh index b127416..7b977d4 100644 --- a/zsh/lib/gpg.zsh +++ b/zsh/lib/gpg.zsh @@ -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