aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2014-02-16 22:18:56 +0100
committerMiquel Sabaté <mikisabate@gmail.com>2014-02-16 22:18:56 +0100
commit3ac53697f566e363f74ac57c23dd99859fd54a8e (patch)
treebed24e05458ce9292a714f774dfb3f504d86baea /install.sh
parent614b04a13f8626cbca39ff5b8d73531600df367e (diff)
downloaddotfiles-3ac53697f566e363f74ac57c23dd99859fd54a8e.tar.gz
dotfiles-3ac53697f566e363f74ac57c23dd99859fd54a8e.zip
bash: typo.
Diffstat (limited to 'install.sh')
-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