fixed typo in install

This commit is contained in:
2012-05-16 15:00:56 -07:00
parent 789924d4b7
commit 090042bf37

View File

@@ -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