Configuration file sequence for bash.

see : www.gnu.org/software/bash/manual/html_node/Bash-Startup-Files.html


Login configuration /etc/profile $HOME/.bash_profile
Non login interactive shell configuration /etc/bash.bashrc $HOME/.bashrc $BASH_ENV
Logout $HOME/.logout
It is common to have the login configuration files invoke the non-login interactive configuration files as part of the login process. Examples : /etc/profile ~/.bash_profile /etc/bash.bashrc ~/.bashrc