Typo
This commit is contained in:
parent
1d5ccc10db
commit
0aee331429
|
|
@ -39,5 +39,5 @@ fi
|
||||||
if (! test -d "$HOME/.vim/bundle" ); then
|
if (! test -d "$HOME/.vim/bundle" ); then
|
||||||
mkdir "$HOME/.vim/bundle"
|
mkdir "$HOME/.vim/bundle"
|
||||||
fi
|
fi
|
||||||
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
|
git clone https://github.com/VundleVim/Vundle.vim.git "$HOME/.vim/bundle/vundle"
|
||||||
vim +PluginInstall +qall
|
vim +PluginInstall +qall
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue