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