X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/54f65b8d5c252356c1ed0b704f0c16ad6042a605..fa17f6dc11ab3a15f051dee0172f296fd0f2cf9d:/zsh/lib/gpg.zsh diff --git a/zsh/lib/gpg.zsh b/zsh/lib/gpg.zsh index a9f81a2..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="curses" -fi