configs  gssh.fish at [5d0f64095e]

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


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