If you bashrc file is not being loaded when you create a new tab or open a terminal then it needs to be fixed.

Add a source line to your .bash_profile


# ~/.bash_profile

[[ -s ~/.bashrc ]] && source ~/.bashrc


Related External Links: