Profile and Resources for Bash on Ubuntu
June 18, 2023•40 words
All Users
/etc/profile
- Avoid changing this file, it affects all users
Current User
~/.profile
- Avoid changing this file, it loads other resources
Per Bash Run
~/.bashrc
- Change this file to add aliases, PROMPT_COMMAND, etc.