4 lines
88 B
Fish
4 lines
88 B
Fish
function gpg-ssh
|
|
set -lx SSH_AUTH_SOCK $GNUPGHOME/S.gpg-agent.ssh
|
|
ssh $argv
|
|
end
|