configs  gpg-ssh.fish at [846423356a]

File fish/functions/gpg-ssh.fish artifact fa440d5afd part of check-in 846423356a


function gpg-ssh
    set -lx SSH_AUTH_SOCK $GNUPGHOME/S.gpg-agent.ssh
    ssh $argv
end