1
1
Fork 0

fish: Better colors

This commit is contained in:
Jonathan Schleifer 2020-01-21 21:32:31 +00:00
parent 711db24d05
commit ec8b51c80f
4 changed files with 24 additions and 21 deletions

View file

@ -1,4 +1,4 @@
function gpgssh
set -x SSH_AUTH_SOCK $HOME/.gnupg/S.gpg-agent.ssh
set -lx SSH_AUTH_SOCK $HOME/.gnupg/S.gpg-agent.ssh
ssh $argv
end