From ac6cc9b83c1764be4d9c0eddaca464e02305687f Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 15 Apr 2013 21:30:23 +0100 Subject: [PATCH] Small tweak to bash prompt --- shell/bash/prompt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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