Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save williballenthin/56d52e110f8652a303bdc6ab55c3d1b1 to your computer and use it in GitHub Desktop.
Save williballenthin/56d52e110f8652a303bdc6ab55c3d1b1 to your computer and use it in GitHub Desktop.
export ssh-agent details in fish shell
eval (ssh-agent -c)
set -Ux SSH_AUTH_SOCK $SSH_AUTH_SOCK
set -Ux SSH_AGENT_PID $SSH_AGENT_PID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment