From cfcec11dd7e02f644af8abf7f57c092cf5c4af6a Mon Sep 17 00:00:00 2001 From: Jordan Orelli Date: Sun, 19 Mar 2017 18:33:01 -0500 Subject: [PATCH] only clone vundle once please --- install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install.sh b/install.sh index 1778fae..b166636 100755 --- a/install.sh +++ b/install.sh @@ -23,8 +23,8 @@ for FNAME in $INCLUDE; do # symlink in the versioned dotfiles. echo "ln $BASE_DIR/$FNAME" "$HOME/$FNAME" ln -sf "$BASE_DIR/$FNAME" "$HOME/$FNAME" - - # setup Vundle - echo "cloning Vundle" - git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim done + +# setup Vundle +echo "cloning Vundle" +git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim