diff --git a/install.sh b/install.sh index bbe5fdd..f173338 100755 --- a/install.sh +++ b/install.sh @@ -8,5 +8,5 @@ python3 mkSymlink.py > /dev/null echo "Installing vim Vundle plugins…" git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim\ -q -vim +PluginInstall +qall > /dev/null +vim +PluginInstall +qall > /dev/null 2>&1