From d4d44cf888d75db3b7d994e78aa9ddc688d02c91 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Sun, 16 Feb 2014 22:05:57 +0100 Subject: bash: add the bash_profile file. Apparently MacOS X doesn't provide a ~/.bash_profile file by default. --- bash_profile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 bash_profile (limited to 'bash_profile') diff --git a/bash_profile b/bash_profile new file mode 100644 index 0000000..ed80112 --- /dev/null +++ b/bash_profile @@ -0,0 +1,2 @@ +[[ -s ~/.bashrc ]] && source ~/.bashrc + -- cgit v1.2.3