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

7 lines
126 B
Fish
Raw Normal View History

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