dotfiles/config/fish/conf.d/gpg.fish
2026-08-02 12:41:30 -04:00

4 lines
159 B
Fish

# 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