fixed bash prompt and added 'clera' :)

This commit is contained in:
Wryn Wagner
2019-06-07 16:13:32 -06:00
parent 181717dc4c
commit 8dd986317b
2 changed files with 4 additions and 1 deletions

View File

@@ -89,4 +89,4 @@ parse_git_branch(){
}
# bash prompt
PS1="\[$bldylw\] ☕ \[$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 \$ \[$txtrst\]"