####How to add the $REPOS_FOLDER environment variable for BASH
- Open
~/.bash_profile
in your favorite plain text editor (I recommend Sublime text) - 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