my .bashrc file


So you don't have to do source ~/.bashrc every time you open a terminal, put it in ~/.bash_profile.
~> cat .bash_profile
source ~/.bashrc


Things I like to have in my .bashrc file are:
.... in progress