Hi
I would like to ask a question about bash prompt.
I have included the following line in .bash_profile to
change my prompt.
PS1="\u@\h \@PWD] "
If I run the following command
source .bash_profile
I get what I want. But if I start a new terminal I still
get the old prompt defined in /etc/bashrc. I don't like
to recompile .bash_profile everytime I start a new terminal.
I could edit /etc/bashrc but I would like to allow users to
only edit .bash_profile to get what ever prompt they want.
I'm using Redhat Linux 9 and GNOME XDM.
Sincerely yours,
Sangjin Kim
sangjin89@hotmail.com