Fix setup vundle

This commit is contained in:
Gerrit Pannek 2018-01-09 07:03:40 +01:00
parent b4b47eda78
commit ec873f45f9
1 changed files with 1 additions and 1 deletions

View File

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