Joined January 2016
·

Aren

Netherlands
·
·

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

Achievements
1 Karma
0 Total ProTip Views