diff --git a/shell/bash/prompt.sh b/shell/bash/prompt.sh index dc74c17..0e91f90 100644 --- a/shell/bash/prompt.sh +++ b/shell/bash/prompt.sh @@ -6,7 +6,7 @@ if [ -f "$DOTBASH/git-aware-prompt/main.sh" ]; then GITAWAREPROMPT="$DOTBASH/git-aware-prompt" source "$GITAWAREPROMPT/main.sh" - export PS1="\u@\h \w\[$txtcyn\]\$git_branch\[$txtylw\]\$git_dirty\[$txtrst\]\$ " + export PS1="\u@\h \w \[$txtcyn\]\$git_branch\[$txtred\]\$git_dirty\[$txtrst\]\$ " export SUDO_PS1="\[$bakred\]\u@\h\[$txtrst\] \w\$ " else # Customize prompt to act like pre-leopard