From edaf3c37dffcfbe0153b8c115000a5995d13a48f Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Sat, 18 Oct 2014 20:55:53 +0200 Subject: [PATCH] Fixed root prompt colours --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 93b335d..a5c624c 100644 --- a/.bashrc +++ b/.bashrc @@ -78,7 +78,7 @@ if [ "$color_prompt" = yes ]; then RED="\[\033[0;31m\]" PROMPT_SYMBOL='$' if [ $USER = 'root' ]; then - PS1="$RED\t $GREEN\u$BLACK@\h:\W$ " + PS1="$YELLOW\t $RED\u$BLACK@\h:\W$ " elif [ -e ~/.dot_is_server ]; then PS1="$YELLOW\t $GREEN\u$BLACK@\h:\W$ " else