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

5 lines
159 B
Fish
Raw Normal View History

2026-08-02 12:41:30 -04:00
# Tell gpg-agent about the current terminal on each interactive login
if status is-interactive
gpg-connect-agent updatestartuptty /bye >/dev/null 2>&1
end