Various config tweaks

This commit is contained in:
Ian Keane 2026-08-02 12:41:30 -04:00
parent b18f5056b3
commit 901d74e8b2
13 changed files with 105 additions and 4 deletions

View file

@ -0,0 +1,4 @@
# 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