configs  Artifact [58300131b1]

Artifact 58300131b1fa7c983dc611d71eea6c731613db751362309a6c6f6294d6afe44e:

  • File config/fish/functions/gpg-ssh.fish — part of check-in [bed5a23ae3] at 2020-02-19 21:46:19 on branch trunk — Consistent indenting for .fish files (user: js size: 90)
  • File fish/functions/gpg-ssh.fish — part of check-in [24d2eb82f0] at 2020-02-20 22:07:34 on branch trunk — Remove useless config subdirectory (user: js size: 90)

function gpg-ssh
    set -lx SSH_AUTH_SOCK $HOME/.gnupg/S.gpg-agent.ssh
    ssh $argv
end