configs  gpg-sftp.fish at [1462a28b63]

File fish/functions/gpg-sftp.fish artifact 6451ffb7b5 part of check-in 1462a28b63


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