slitaz-base-files rev 8

No red prompt for root (display problem with colors)
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 08 20:35:20 2008 +0100 (2008-03-08)
parents 090dd9ba85f6
children 1d89f4adb471
files rootfs/etc/profile
line diff
     1.1 --- a/rootfs/etc/profile	Thu Mar 06 11:39:36 2008 +0100
     1.2 +++ b/rootfs/etc/profile	Sat Mar 08 20:35:20 2008 +0100
     1.3 @@ -7,8 +7,8 @@
     1.4  #
     1.5  if [ "`id -u`" -eq 0 ]; then
     1.6  	# Light green and blue colored prompt.
     1.7 -	PS1='\e[1;31m\u@\h\e[0m:\e[1;34m\w\e[0m\# '
     1.8 -	#PS1='\u@\h:\w\# '
     1.9 +	#PS1='\e[1;31m\u@\h\e[0m:\e[1;34m\w\e[0m\# '
    1.10 +	PS1='\u@\h:\w\# '
    1.11  else
    1.12  	# Light green and blue colored prompt.
    1.13  	PS1='\e[1;32m\u@\h\e[0m:\e[1;34m\w\e[0m\$ '