configs  Artifact [6565cf2f40]

Artifact 6565cf2f404d4dd7dba47f9ee84644bb511590f58fa6f3916338194fea8f39e6:

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

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