dot bashrc in OS X
Tuesday 13 December, 2011
Today I joined the #bash IRC channel on freenode and asked if anyone knew the whereabouts of my .bashrc file on OS X. I noticed that if I set up a .bash_profile file then my old .profile file wouldn't be excecuted anymore. Thankfully 'lhunath' gave me this useful tip: "I'd recommend you just have a .profile in POSIX sh syntax and this at the end: "
[ "$BASH_VERSION" -a -z "$POSIXLY_CORRECT" ] && . "$HOME/.bashrc"