Hi all
I want to change the prompt, (bash-4.1$), to: \ host\working directory. So I made an entry into .bashrc export $PS1="\h\W" . Rebooted, to no avail.
Same prompt (bash-4.1$). I had the prompt I want,2 days ago. I do not know what happened. Non-theless. How do I get the new prompt?
Thank you...

I typed $PS1, not PS1. I corrected my error .I made the correct entry in .bashrc export PS1="\u \W $"
All is well...