dotfiles/.config/fish/conf.d/20-gpg.fish
2024-02-23 20:28:31 -08:00

6 lines
121 B
Fish

#!/usr/bin/env fish
if test command -v gpgconf &>/dev/null
set -gx GPG_TTY (tty)
gpgconf --launch gpg-agent
end