Author: Yash Bhalla |
Date written: 2020-09-08
Bash is confusing. I recently went to the docs for Docker, found out about bash-completion (mind blown), and realized I didn't know the difference between ~/.bash_profile
and ~/.bashrc
and when/why to put commands in one or the other. This is what I found out.