Re: Change Prompt

2001-10-26 Thread Mark Murray
Hi Please ask these questions on [EMAIL PROTECTED] M Hi ; I use bash shell in my FreeBSD machine . How do I change a promt from $ to # when I login as superuser from normal user to root ? my .bashrc script looks as following . PS1=[\u@\h: \w]\$ alias ls='ls -F' alias

Re: Change Prompt

2001-10-26 Thread David O'Brien
Another question , what is the function of PS2 and when to use it ? Please advise I advise you to use PS2=smokin'crack? as I do. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Change Prompt

2001-10-25 Thread Kelvin Ng Chee Hoong
Hi ; I use bash shell in my FreeBSD machine . How do I change a promt from $ to # when I login as superuser from normal user to root ? my .bashrc script looks as following . PS1=[\u@\h: \w]\$ alias ls='ls -F' alias cp='cp -i' alias mv='mv -i' alias rm='rm -i Another question ,