Solaris bash

Hi-

I have Solaris 11.3 OS.
When I log in and open a terminal I get the following:

user@localhost

root@localhost

but after I create a user manually..I just get

bash$ 

How do I add this user profile to work with my host name ?

Thanks

Look at the bash man page on your system and search for ways to set the shell variable PS1 . For a shortcut, run the command:

set | grep PS1

on both systems and compare the output with what you find on the bash man page.