configs  gssh-add.fish at [5ce6a066ea]

File fish/functions/gssh-add.fish artifact 6565cf2f40 part of check-in 5ce6a066ea


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