From 2504e1334c5e436c02a0e149ae95933f923aa8e7 Mon Sep 17 00:00:00 2001 From: David Kerkeslager Date: Fri, 10 Feb 2012 15:51:06 -0500 Subject: [PATCH] Adding .bash_profile, which on Mac OS X Lion is sourced instead of .profile. --- .bash_profile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .bash_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 -- 2.20.1