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