Configuration Files in HOME


.bash_history: It stores the command line history.

.bash_logout: It includes commands to execute when leaving the login shell.

.bashrc: Bash's initialization script for non-login shells. Here you can personalize alias, prompt, colors, configurations, etc.

.profile: Bash's initialization script for login shells.