Various config tweaks
This commit is contained in:
parent
b18f5056b3
commit
901d74e8b2
13 changed files with 105 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue