From: David Kerkeslager Date: Fri, 10 Feb 2012 20:51:06 +0000 (-0500) Subject: Adding .bash_profile, which on Mac OS X Lion is sourced instead of X-Git-Url: https://code.kerkeslager.com/?p=dotfiles;a=commitdiff_plain;h=2504e1334c5e436c02a0e149ae95933f923aa8e7 Adding .bash_profile, which on Mac OS X Lion is sourced instead of .profile. --- diff --git a/.bash_profile b/.bash_profile new file mode 100644 index 0000000..f4b3dc2 --- /dev/null +++ b/.bash_profile @@ -0,0 +1,4 @@ +# Mac OSX sources .profile instead of .bashrc, so just source .bashrc +if [ -f ~/.bashrc ]; then + . ~/.bashrc +fi