From 448c38af468607ab1b5c87ccc70470e2fac21804 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Wed, 15 Aug 2018 15:51:59 +0200 Subject: [PATCH] Link the falcon .githelpers file to user homedir --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index bebde5a..c4a481d 100644 --- a/install.sh +++ b/install.sh @@ -109,6 +109,8 @@ fi echo "INFO: Vundle Install" vim +BundleInstall +qall +make_link ${HOME}/.vim/bundle/falcon/.githelpers ${HOME} + if [ -e ~/.dot_has_hg ]; then install_hg elif [ ! -e ~/.dot_no_hg ]; then