source /Library/Developer/CommandLineTools/usr/share/git-core/git-prompt.sh PS1="[\033[32m][\w][\033[0m]\$(_gitps1)\n[\033[1;36m]\u[\033[32m]$ [\033[0m]" </code>
Thanks for your help!
I think you meant to color the left bracket as well...
source /Library/Developer/CommandLineTools/usr/share/git-core/git-prompt.sh PS1="[\033[32m][\w][\033[0m]\$(_gitps1)\n[\033[1;36m]\u[\033[32m]$ [\033[0m]" </code>
Thanks for your help!