Various config tweaks
This commit is contained in:
parent
b18f5056b3
commit
901d74e8b2
13 changed files with 105 additions and 4 deletions
4
config/fish/conf.d/gpg.fish
Normal file
4
config/fish/conf.d/gpg.fish
Normal 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
|
||||
|
|
@ -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