On my linux system (ubuntu), when I create a certain alias in ~/.bashrc and then restart the terminal/system, the alias always works again, without reloading anything.
But on my MAC system, when I create the same alias in the same file, it only works in the current terminal session, but not anymore after restarting the terminal. I need to do source ~/.bashrc to get it loaded again.
Question: How/where do I create the alias in my MAC system so that it always works, without reloading anything?