diff options
| -rw-r--r-- | .bash_prompt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.bash_prompt b/.bash_prompt index da145f4..9473225 100644 --- a/.bash_prompt +++ b/.bash_prompt @@ -172,11 +172,12 @@ __write-context () __fontify '\H' bold green fi - __fontify : dim + printf ' ' __fontify '\w' bold blue if [ ${PS1_SHOWGITSTATUS} ] then + printf ' ' __fontify "$(__git_ps1 '(%s)')" red fi } |
