diff options
Diffstat (limited to 'install')
-rwxr-xr-x | install | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ if ask "vim" "Install VIM scripts"; then mkdir -p ~/.vim/bundle git clone "https://github.com/VundleVim/Vundle.vim.git" ~/.vim/bundle/Vundle.vim } - vim +PluginInstall +qall + vim +PluginUpdate +qall fi if ask "dev" "Development tools configuration"; then |