dotfiles/.config/fish/conf.d/20-gpg.fish

7 lines
121 B
Fish
Raw Normal View History

2024-02-22 18:52:41 -08:00
#!/usr/bin/env fish
2024-02-23 20:28:31 -08:00
if test command -v gpgconf &>/dev/null
set -gx GPG_TTY (tty)
gpgconf --launch gpg-agent
end