dotfiles/home/private_dot_config/fish/conf.d/gpg.fish
2025-01-22 09:20:19 +01:00

8 lines
228 B
Fish

# vim: filetype=fish
# .config/fish/conf.d/gpg
## Recommended by GPG agent to resolve issues with not being able to use gpg2.
set -gx GPG_TTY (tty)
gpgconf --launch gpg-agent
gpg-connect-agent updatestartuptty /bye >/dev/null