configs  gssh-add.fish at [31698c19f4]

File fish/functions/gssh-add.fish artifact 6565cf2f40 part of check-in 31698c19f4


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