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