1
1
Fork 0

Rename gpg-s* to gs*

This commit is contained in:
Jonathan Schleifer 2020-09-12 13:17:24 +00:00
parent 421f78770a
commit 245e331014
4 changed files with 6 additions and 6 deletions

View file

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