aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2014-02-16 22:05:57 +0100
committerMiquel Sabaté <mikisabate@gmail.com>2014-02-16 22:05:57 +0100
commitd4d44cf888d75db3b7d994e78aa9ddc688d02c91 (patch)
tree80872e0666fc3e838af22859d0a1d003ae573c95
parente3bb75659f36d0c9ac8ad919cf582919b1250911 (diff)
downloaddotfiles-d4d44cf888d75db3b7d994e78aa9ddc688d02c91.tar.gz
dotfiles-d4d44cf888d75db3b7d994e78aa9ddc688d02c91.zip
bash: add the bash_profile file.
Apparently MacOS X doesn't provide a ~/.bash_profile file by default.
-rw-r--r--bash_profile2
-rwxr-xr-xinstall.sh1
2 files changed, 3 insertions, 0 deletions
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
+
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