Bashrc Not Loading In OSX

Posted By Weston Ganger

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:

Article Topic:Software Development - OSX

Date:January 13, 2016