diff --git a/dotfiles/vimrc b/dotfiles/vimrc index 73d57bd..f59732b 100644 --- a/dotfiles/vimrc +++ b/dotfiles/vimrc @@ -58,7 +58,7 @@ if has('gui_running') else let g:solarized_termcolors=256 endif -colorscheme solarized +silent! colorscheme solarized " Enable filetype support filetype plugin indent on " Allow file modelines diff --git a/install.sh b/install.sh index 76d7a89..65e01aa 100755 --- a/install.sh +++ b/install.sh @@ -65,7 +65,7 @@ function install_basic_dir { function postinstall { # Install Vundle plugins if [ -d $HOME/.vim/bundle/Vundle.vim ] ; then - vim -s +VundleInstall +qall + vim +VundleInstall +qall fi }