configs  gssh.fish at [efacb3d49a]

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


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