if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
Friday, July 1, 2011
Fix Terminal in OSX not sourcing .bashrc
Bash in OSX looks for ~/.profile rather than ~/.bashrc so just create the former and add the following.
Subscribe to:
Posts (Atom)