Colors in PS1 command needs to match the defined ones.
PS1="[$COLOR_WHITE]\n[\W]" # basename of pwd
PS1+="[\$(git_color)]" # colors git status
PS1+="\$(git_branch)" # prints current branch
PS1+="[$COLORYELLOW]\$[$COLORRESET] " # '#' for root, else '$'
export PS1
Colors in PS1 command needs to match the defined ones.
PS1="[$COLOR_WHITE]\n[\W]" # basename of pwd
PS1+="[\$(git_color)]" # colors git status
PS1+="\$(git_branch)" # prints current branch
PS1+="[$COLORYELLOW]\$[$COLORRESET] " # '#' for root, else '$'
export PS1