From 3ac53697f566e363f74ac57c23dd99859fd54a8e Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Sun, 16 Feb 2014 22:18:56 +0100 Subject: bash: typo. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.sh') 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 -- cgit v1.2.3