4 lines
103 B
Fish
4 lines
103 B
Fish
function gpg-sftp --wraps sftp
|
|
set -lx SSH_AUTH_SOCK $GNUPGHOME/S.gpg-agent.ssh
|
|
sftp $argv
|
|
end
|