From 188a62967d59686d85582d00e451752fe53388ae Mon Sep 17 00:00:00 2001 From: nojhan Date: Sat, 7 Jul 2012 11:10:44 +0200 Subject: [PATCH] +small comment --- prompt.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prompt.bash b/prompt.bash index ca1e80a..0255b86 100644 --- a/prompt.bash +++ b/prompt.bash @@ -246,7 +246,7 @@ load_color() if [ $CONN = lcl -a $USR = nou_root ] ; then PS1="${WHITE}[\u \w]${NO_COL}" elif [ $CONN = lcl -a $USR = u_root ] ; then - PS1="${YELLOW}[\w]${NO_COL}" + PS1="${YELLOW}[\w]${NO_COL}" # no user name if we are local root elif [ $CONN = tel -a $USR = nou_root ] ; then PS1="[\u${LIGHT_GREEN}@\h${NO_COL} \w]${NO_COL}" elif [ $CONN = tel -a $USR = u_root ] ; then