TIL that changing a .bashrc alias to a bash function requires you to restart the terminal as calling source ~/.bashrc
does not change the alias to the function call.
TIL that changing a .bashrc alias to a bash function requires you to restart the terminal as calling source ~/.bashrc
does not change the alias to the function call.