^ This file gets read everytime we open up the terminal.
In here we can put in a bunch of thing that we want our terminal to do.
For example,
https://www.maketecheasier.com/8-useful-and-interesting-bash-prompts/
PS1="[\[\033[32m\]\w]\[\033[0m\]<strong>\n</strong>\[\033[1;36m\]\u\[\033[1;33m\]-> \[\033[0m\]"
copy and paste below.
If you want to exit, we need to do ctrl + x and then press enter
and I got the one below.
You can set up your PS1 to display whatever you want.
-git bash