Getting OSX to load .bashrc on Terminal start
OSX doesn’t load bashrc when you open up Terminal.
Add the following to your ~/.bash_profile to get your bashrc scripts working.
[[ -s ~/.bashrc ]] && source ~/.bashrc
OSX doesn’t load bashrc when you open up Terminal.
Add the following to your ~/.bash_profile to get your bashrc scripts working.
[[ -s ~/.bashrc ]] && source ~/.bashrc