configs  gssh.fish at [ee8d8f37b0]

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


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