configs  gpg-ssh-add.fish at [1462a28b63]

File fish/functions/gpg-ssh-add.fish artifact 133764904e part of check-in 1462a28b63


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