configs  gpg-ssh-add.fish at [846423356a]

File fish/functions/gpg-ssh-add.fish artifact 709c543df2 part of check-in 846423356a


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