PASE - configuration files

By kimot, 27 December, 2022

configuration files in your home ($HOME) directory :

.profile - lets you customize your individual working environment
.env     - lets you customize your individual working environment variables

 

Bash looks for files in this order :
/etc/profile
~/.bash_profile
~/.bash_login
~/.profile
~/.bashrc
If you exit Bash, the shell searches for ~/.bash_logout.