]>
git.rmz.io Git - dotfiles.git/blob - zsh/lib/gpg.zsh
fdc13db72e2db38e4a1266163622d1f42fd8163d
1 if (( ! $
+commands
[gpg
] )); then
5 # Inform gpg-agent of the current TTY for user prompts.
6 export GPG_TTY
="$(tty)"
7 if [[ -n "$SSH_CONNECTION" ]]; then
8 export PINENTRY_USER_DATA
="USE_CURSES=1"