Skip to content

Instantly share code, notes, and snippets.

@oxidizeddreams
Created October 9, 2018 18:54
Show Gist options
  • Select an option

  • Save oxidizeddreams/8d20a05282ea5835531aad11aec53d10 to your computer and use it in GitHub Desktop.

Select an option

Save oxidizeddreams/8d20a05282ea5835531aad11aec53d10 to your computer and use it in GitHub Desktop.
shellRC snippets
# 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