configs  gssh-add.fish at [a24c2cee51]

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


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