Learn about bash files in linux. Bash files are copied from /etc/skel directory.
1) bashrc is called everytime a new shell is created.
2) bash_profile is called on new login
3) bash_logout is called on shell exit
4) bash_history is a file made on shell exit.