I'm trying to add colors and customize the shell prompt on OS X Lion so I edited .bashrc and I can only see the differences for the root account. So, after I edit the .bashrc with:
PS1="[\u][\w] :"
and run the terminal I get
Phil:~ phil$ sudo -s
[root][~] :
but I only see the difference in the root account. How can I fix this?
I want to display:
[Phil][~] : sudo -s
[root][~] :