From a5d1bd945d8e3c7e500c53310913e322aa061dd6 Mon Sep 17 00:00:00 2001 From: Hyacinthe Cartiaux Date: Fri, 3 May 2013 14:33:25 +0200 Subject: [PATCH] [bash] Change prompt colors --- bash/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/bashrc b/bash/bashrc index a40b55d..22a8097 100755 --- a/bash/bashrc +++ b/bash/bashrc @@ -310,7 +310,7 @@ if [ "$LOGNAME" = "root" ]; then COLOR_USER="${RED}" P="#" else - COLOR_USER="${BLUE}" + COLOR_USER="${WHITE}" P="$" fi