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. --- install.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 6e3c101..aaf5ec4 100755 --- a/install.sh +++ b/install.sh @@ -10,6 +10,7 @@ git submodule update # Install the files on this repo. cp bashrc $HOME/.bashrc +cp bashrc_profile $HOME/.bashrc_profile cp psqlrc $HOME/.psqlrc cp irbrc $HOME/.irbrc cp gemrc $HOME/.gemrc -- cgit v1.2.3