Hmmm, most likely your /etc/profile has the prompt set to
The \w prints the working directory.
You would have to change this.
You could modify your .bashrc to change the prompt whenever you log in.
You could also just issue
at your command prompt.
To show your working directly use the "pwd" command.