nya
This commit is contained in:
parent
b15138f104
commit
4c0f82b33d
1 changed files with 5 additions and 3 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue