From ec873f45f9bbde7b1b39f66b44735ae59ad5a2c4 Mon Sep 17 00:00:00 2001 From: Gerrit Pannek Date: Tue, 9 Jan 2018 07:03:40 +0100 Subject: [PATCH] Fix setup vundle --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index eb74ccc..b96cd7b 100755 --- a/setup.sh +++ b/setup.sh @@ -13,6 +13,6 @@ done [ ! -d ~/.bash-git-prompt ] && git clone https://github.com/nold360/bash-git-prompt.git ~/.bash-git-prompt mkdir ~/.vim 2>/dev/null -[ ! -d ~/.vim/bundle ] && git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle +[ ! -d ~/.vim/bundle/Vundle.vim ] && git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim vim -c ":PluginInstall" -c ":q" -c ":q"