]> git.rmz.io Git - dotfiles.git/blobdiff - zsh/lib/gpg.zsh
nvim: don't quit nvim from dashboard
[dotfiles.git] / zsh / lib / gpg.zsh
index a9f81a2ebd255db545a0b987adb5caed23a6076a..7b977d40eb8275720b5165fe146ef1bb62125c42 100644 (file)
@@ -4,6 +4,3 @@ fi
 
 # Inform gpg-agent of the current TTY for user prompts.
 export GPG_TTY="$(tty)"
 
 # 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