Created
October 9, 2018 18:54
-
-
Save oxidizeddreams/8d20a05282ea5835531aad11aec53d10 to your computer and use it in GitHub Desktop.
shellRC snippets
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
| # add key | |
| if [ -z "$SSH_AUTH_SOCK" ] ; then | |
| eval `ssh-agent -s` | |
| ssh-add | |
| fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment