1
1
Fork 0

Make GPG use XDG basedir - somewhat

This commit is contained in:
Jonathan Schleifer 2020-02-26 21:30:03 +00:00
parent df945fc92b
commit 3ce7aadf89
6 changed files with 7 additions and 5 deletions

View file

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