X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/a65d072f1983b3faf1377bbcf34afa96335d6124..f081a28c79966703940a8e7de563b8622f08e2a5:/zsh/lib/gpg.zsh?ds=sidebyside diff --git a/zsh/lib/gpg.zsh b/zsh/lib/gpg.zsh index 7b977d4..fdc13db 100644 --- a/zsh/lib/gpg.zsh +++ b/zsh/lib/gpg.zsh @@ -4,3 +4,6 @@ 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