Click to See Complete Forum and Search --> : Bashprompt in Eterm, how?


nome
02-08-2001, 01:04 AM
Hello,

Just a quick question how do I get bashprompt to work in Eterm works fine in Xterm but a nothing in Eterm. Any thoughts??

Take care,
Paulo :)

toolio
02-08-2001, 01:38 AM
It might be your PS1 enviroment variable is null. In Eterm type..

PS1="\$ "

If that gives you a dollar sign at the prompt then put that line in your $HOME/.bash_profile

xterm for some reason uses a different one (not sure why)