From ea79c14792a81eb302855933317bbe166d9435fc Mon Sep 17 00:00:00 2001 From: Jelmer Snoeck Date: Sat, 28 Apr 2012 12:59:40 +0200 Subject: [PATCH] Prompt: set correct color use. --- .bash/prompt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash/prompt b/.bash/prompt index b191649..8bf82ba 100644 --- a/.bash/prompt +++ b/.bash/prompt @@ -70,7 +70,7 @@ rewrite_prompt() [ $UID -eq "0" ] && UC=$R # root's color # rewrite prompt - PS1="\${__prompt_environment}[\\t] ${G}\u@\h> \${NEW_PWD} ${C}\$(git_branch)\${NONE}${NONE}\n$ " + PS1="${R}\${__prompt_environment}${W}[\\t] ${G}\u@\h> \${NEW_PWD} ${C}\$(git_branch)\${NONE}${NONE}\n$ " } # adds ~/.ssh/config to the ssh autocomplete