From 0aee3314290f849f913ec4e8f5846a8048b9a837 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Sun, 17 Apr 2016 21:57:24 +0200 Subject: [PATCH] Typo --- unixconf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unixconf.sh b/unixconf.sh index 63c687e..9a5b023 100755 --- a/unixconf.sh +++ b/unixconf.sh @@ -39,5 +39,5 @@ fi if (! test -d "$HOME/.vim/bundle" ); then mkdir "$HOME/.vim/bundle" 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