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, commands like ESC+K, etc do not work. I tried to do the following, but that did not work either:
TERM = vt100
export TERM
PS1="$USER-`uname -n`:\$PWD#"
export PS1
Why can i not see that prompt when i open a terminal window?
Also, commands like ESC+K, etc do not work. I tried to do the following, but that did not work either:
TERM = vt100
export TERM