]> git.rmz.io Git - dotfiles.git/blob - zsh/lib/gpg.zsh
nvim: enable other (non-scroll) animations again
[dotfiles.git] / zsh / lib / gpg.zsh
1 if (( ! $+commands[gpg] )); then
2 return 1
3 fi
4
5 # Inform gpg-agent of the current TTY for user prompts.
6 export GPG_TTY="$(tty)"