[Lunar-commits] r19285 - moonbase/trunk/shells/bash/profile.d

Auke Kok sofar at lunar-linux.org
Fri Mar 17 04:32:29 UTC 2006


Author: sofar
Date: 2006-03-17 04:32:26 +0000 (Fri, 17 Mar 2006)
New Revision: 19285

Modified:
   moonbase/trunk/shells/bash/profile.d/bash-prompt.rc
Log:
By default ordinary users still start at UID=100. 


Modified: moonbase/trunk/shells/bash/profile.d/bash-prompt.rc
===================================================================
--- moonbase/trunk/shells/bash/profile.d/bash-prompt.rc	2006-03-17 04:30:45 UTC (rev 19284)
+++ moonbase/trunk/shells/bash/profile.d/bash-prompt.rc	2006-03-17 04:32:26 UTC (rev 19285)
@@ -1,6 +1,6 @@
 
 # this makes your prompt nice if it is supported:
-if [ $UID -ge 1000 ]; then
+if [ $UID -ge 100 ]; then
     prompt_colour="\[\033[0;36m\]"
 elif [ $UID == 0 ]; then
     prompt_colour="\[\033[0;32m\]"



More information about the Lunar-commits mailing list