Adding .bash_profile, which on Mac OS X Lion is sourced instead of
[dotfiles] / .bash_profile
diff --git a/.bash_profile b/.bash_profile
new file mode 100644 (file)
index 0000000..f4b3dc2
--- /dev/null
@@ -0,0 +1,4 @@
+# Mac OSX sources .profile instead of .bashrc, so just source .bashrc
+if [ -f ~/.bashrc ]; then
+    . ~/.bashrc
+fi