Skip to content

Instantly share code, notes, and snippets.

@anistark
Created January 20, 2016 06:40
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 anistark/2662c0d67a40dc6fab27 to your computer and use it in GitHub Desktop.
Save anistark/2662c0d67a40dc6fab27 to your computer and use it in GitHub Desktop.
Basic Bash Profile
if [ -z "$SSH_AUTH_SOCK" ] ; then
eval `ssh-agent -s`
ssh-add ~/.ssh/delivery
fi
if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment