Created
October 4, 2023 07:39
-
-
Save williballenthin/56d52e110f8652a303bdc6ab55c3d1b1 to your computer and use it in GitHub Desktop.
export ssh-agent details in fish shell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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