This commit is contained in:
CherryKitten 2024-03-24 20:05:07 +01:00
parent b15138f104
commit 4c0f82b33d
Signed by: sammy
GPG key ID: 98D8F75FB0658276

View file

@ -5,10 +5,12 @@
interactiveShellInit = ''
set -g fish_greeting
set -g fish_key_bindings fish_vi_key_bindings
export GPG_TTY="$(tty)"
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
set -e SSH_AUTH_SOCK
set -U -x SSH_AUTH_SOCK (gpgconf --list-dirs agent-ssh-socket)
set -x GPG_TTY (tty)
gpgconf --launch gpg-agent
gpg-connect-agent updatestartuptty /bye > /dev/null
'';
shellAliases = {