Comment 1 for bug 624726

Revision history for this message
Vallery Lancey (muscovy) wrote : Re: man bash shows "files ~/.bashrc and ~/.bashrc"

Confirmed. Here's the entry from 10.04:

When an interactive shell that is not a login shell is started, bash
 reads and executes commands from /etc/bash.bashrc and ~/.bashrc, if
these files exist. This may be inhibited by using the --norc option.
The --rcfile file option will force bash to read and execute commands
from file instead of /etc/bash.bashrc and ~/.bashrc.

In other words, the files are /etc/bash.bashrc and ~/.bashrc.