configs  gssh.fish at [b3e3f764fa]

File fish/functions/gssh.fish artifact d2da5e7e39 part of check-in b3e3f764fa


function gssh --wraps ssh
    set -lx SSH_AUTH_SOCK $GNUPGHOME/S.gpg-agent.ssh
    ssh -o IdentitiesOnly=no $argv
end