diff --git a/bash-git-prompt b/bash-git-prompt index 62042cd..f6c164e 100644 --- a/bash-git-prompt +++ b/bash-git-prompt @@ -182,7 +182,7 @@ update_git_prompt() { PS1='\u@\h \['"$GIT_PS1"'\] \[\e[38;5;178m\]\w\[\e[0m\] '"${PROMPT_CHAR} " fi else - PS1='\u@\h:\[\e[38;5;220m\]\w\[\e[0m\] '"${PROMPT_CHAR} " + PS1='\u@\h:\[\e[38;5;178m\]\w\[\e[0m\] '"${PROMPT_CHAR} " fi }