There was a new server installed recently. On the terminal window, i start with the default # prompt, which i really want to change. In the .profile, there is an entry for a prompt:
PS1="$USER-`uname -n`:\$PWD#"
export PS1
Why can i not see that prompt when i open a terminal window?
Also...