create (or edit) the ".bashrc" file in your home directory.
"~/.bashrc" is executed whenever bash is run interactively, but the script "~/.profile" is only executed at login. I set all my settings in ".bashrc", and my ".profile" has 1 line: ". .bashrc". whenever I enter a console/konsole/term/whatever, i get the prompt set up correctly. And if you want it to be set that way for every user you create, drop the files in "/etc/skel". You might want to leave the trailing "# " tho, some stupid scripts expect it for bash-magic.
hope that helps.
-t.
[ November 04, 2002: Message edited by: beltorak0 ]