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

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


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