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

View file

@ -12,3 +12,8 @@ if test -f /etc/profile.d/lang.sh
end
set -gx LANG en_US.UTF-8
# GPG: ensure pinentry-curses can find the terminal (only in interactive shells)
if status is-interactive
set -gx GPG_TTY (tty)
end