[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-developers] [root web]# to [root ]# prompt



On Fri, 19 Oct 2001, KAMRY wrote:

 |Notice that the [root web]# was changed to [root ]# as a result of that
 |code. Anyone has any clue on what could have made the prompt to change - Did
 |I get into a mess?! Any advice.

log out and log back in... the prompt should return to normal.

check the value of PS1

On my machine...

[kingsly@utopia kingsly]$ echo $PS1
[\u@\h \W]\$
[kingsly@utopia kingsly]$ PS1="[\u \W]\$"
[kingsly kingsly]$echo $PS1
[\u \W]$
[kingsly kingsly]$

HTH

kingsly