1
1
Fork 0
configs/fish/functions/gpg-sftp.fish

4 lines
90 B
Fish

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