Author: jhuntwork
Date: 2005-11-29 17:03:22 -0700 (Tue, 29 Nov 2005)
New Revision: 1186

Modified:
   trunk/etc/bashrc
Log:
Fixed a small color issue with bashrc

Modified: trunk/etc/bashrc
===================================================================
--- trunk/etc/bashrc    2005-11-30 00:02:40 UTC (rev 1185)
+++ trunk/etc/bashrc    2005-11-30 00:03:22 UTC (rev 1186)
@@ -10,9 +10,9 @@
 
 # Prompt
 if [ $EUID -eq 0 ] ; then
-       PS1="$BOLD\h:$RED\u | $BOLD\D{%c} $RED| \w\n$BOLD\\$ $WHITE"
+       PS1="$BOLD\h:$RED\u | $BOLD\D{%c} $RED| \w$WHITE\n$BOLD\\$ $WHITE"
 else
-       PS1="$BOLD\h:$GREEN\u | $BOLD\D{%c} $GREEN| \w\n$BOLD\\$ $WHITE"
+       PS1="$BOLD\h:$GREEN\u | $BOLD\D{%c} $GREEN| \w$WHITE\n$BOLD\\$ $WHITE"
 fi
 
 export PS1

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to