configs  gpg-ssh-add.fish at [bed5a23ae3]

File config/fish/functions/gpg-ssh-add.fish artifact 0c5b286b1c part of check-in bed5a23ae3


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