X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/d4b51f09d83f75a663c5711af77e0e6da40764a9..fd2e16fc92dd7a33908ceff1e31f03e05a78fda9:/zsh/lib/gpg.zsh?ds=sidebyside diff --git a/zsh/lib/gpg.zsh b/zsh/lib/gpg.zsh index fdc13db..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 [[ -n "$SSH_CONNECTION" ]]; then - export PINENTRY_USER_DATA="USE_CURSES=1" -fi