added color to the coffee cup on prompt

This commit is contained in:
“Wryn 2019-04-16 20:33:18 -06:00
parent ddae76459d
commit 2275c0447e

View File

@ -89,4 +89,4 @@ parse_git_branch(){
}
# bash prompt
PS1="☕ \[$txtblu\]\u\[$txtred\] :: \[$txtgrn\]\[$txtylw\]\w\[$bldcyn\]\$(parse_git_branch)\[$txtgrn\]$DEFAULT \n \$ "
PS1="\[$bldylw\] ☕ \[$txtblu\]\u\[$txtred\] :: \[$txtgrn\]\[$txtylw\]\w\[$bldcyn\]\$(parse_git_branch)\[$txtgrn\]$DEFAULT \n \$ "