configs  gpg-ssh.fish at [8f7cbebaa6]

File fish/functions/gpg-ssh.fish artifact 56f32861ac part of check-in 8f7cbebaa6


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