configs  Artifact [b6730a1130]

Artifact b6730a1130420aab0c49a5d173e819fb8fbbb87dbd2f8d04e7d0c556cc5690ce:

  • File fish/functions/gssh.fish — part of check-in [ce84ad04e7] at 2020-09-12 13:17:24 on branch trunk — Rename gpg-s* to gs* (user: js size: 97)

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