[EMAIL PROTECTED] wrote:
+case $TERM in
+ xterm*)
+ BOLD=$WHITE ;;
+ *)
+ BOLD="\[\033[0;38m\]" ;;
+esac
+
# Prompt
if [ $EUID -eq 0 ] ; then
PS1="$BOLD\h:$RED\u | $BOLD\D{%c} $RED| \w$WHITE\n$BOLD\\$ $WHITE"
What's wrong with BOLD="\[\033[1;37m\]" ?
-- Alexander E. Patrakov -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
