Skip to content

Instantly share code, notes, and snippets.

@chriselly
Last active August 29, 2015 14:01
Show Gist options
  • Save chriselly/ad2ee6c7849495ee3d6f to your computer and use it in GitHub Desktop.
Save chriselly/ad2ee6c7849495ee3d6f to your computer and use it in GitHub Desktop.

####How to add the $REPOS_FOLDER environment variable for BASH

  1. Open ~/.bash_profile in your favorite plain text editor (I recommend Sublime text)
  2. Add the line below, replace /Full/Path/To/Repos with the full path to where you store your Git development repos
export REPOS_FOLDER=/Full/Path/To/Repos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment