configuration files

.bash_profile
runs when a user logs in

.bashrc
executed before the command prompt comes up or when invoking the bash command

.bash_history
history of what you type as this particular user in your shell

.bash_logout
executed when a user logs out