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

4
fish/functions/gssh.fish Normal file
View file

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