configs  gssh.fish at [0d2260e8c1]

File fish/functions/gssh.fish artifact b6730a1130 part of check-in 0d2260e8c1


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