You can setup files that automatically configure your working environment every time you login. The three major configuration files for the bash shell are:
- /etc/profile - generic system-wide profile
- .bash_profile - personal profile that is processed every time you login
- .bashrc - setup file processed every time you open a non-login shell