I created a .bashrc in /root (right now it just has a new exported PS1 value). When I open a new terminal, it does not appear that it is being sourced or used at all. Does a new terminal automatically source .bashrc? I tried killing X (using ctrl-alt-backspace), manually sourced .basrc from the terminal and then ran xwin. But new terminal windows still do not show anything from .bashrc. If I source using:
source ~/.bashrc
or
. ~/.bashrc
the current terminal shows the new PS1, but not new terminals.