####How to add the $REPOS_FOLDER environment variable for BASH
- Open
~/.bash_profilein your favorite plain text editor (I recommend Sublime text) - Add the line below, replace
/Full/Path/To/Reposwith the full path to where you store your Git development repos
export REPOS_FOLDER=/Full/Path/To/Repos