configs  gpg-ssh-add.fish at [233fe7e920]

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


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