View Single Post
Posts: 838 | Thanked: 292 times | Joined on Apr 2010
#3
as user "user" with shell now as /bin/bash I created a .profile file in the home directory.

In that I put ...

PS1="\w \$ "
export PS1

Please note the space between $ and " so the cursor is not flush with the prompt.

Bingo I have my old prompt back but I am using bash as my shell.