Fix setup vundle
This commit is contained in:
parent
b4b47eda78
commit
ec873f45f9
1 changed files with 1 additions and 1 deletions
2
setup.sh
2
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"
|
||||
|
|
Loading…
Reference in a new issue