From 090042bf37812455c46278fb53d5863271621f06 Mon Sep 17 00:00:00 2001 From: Joe Fleming Date: Wed, 16 May 2012 15:00:56 -0700 Subject: [PATCH] fixed typo in install --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index efe0c93..53c778b 100755 --- a/install.sh +++ b/install.sh @@ -45,7 +45,7 @@ cp bash/bash_profile "${HOME}"/.bash_profile cat "bash/bash_magic/bashrc" >> "${HOME}"/.bash_profile if [ ! -f "${HOME}"/.bashrc ]; then ln -s "${HOME}"/.bash_profile "${HOME}"/.bashrc -if +fi ### # vim