aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index aaf5ec4..7f1bb94 100755
--- a/install.sh
+++ b/install.sh
@@ -10,7 +10,7 @@ git submodule update
# Install the files on this repo.
cp bashrc $HOME/.bashrc
-cp bashrc_profile $HOME/.bashrc_profile
+cp bash_profile $HOME/.bash_profile
cp psqlrc $HOME/.psqlrc
cp irbrc $HOME/.irbrc
cp gemrc $HOME/.gemrc