From 6213cf2e56b7c873b4a978e323c967ba4ec16f1f Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Fri, 23 Sep 2016 14:00:52 +0200 Subject: [PATCH] Set shell to bash to make Vundle work again --- .vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vimrc b/.vimrc index bcfdb0d..206d2dc 100644 --- a/.vimrc +++ b/.vimrc @@ -4,6 +4,8 @@ " wholesale is generally not a good idea; getting an idea to what things " actually mean and are used for is really recommended. +set shell=/bin/bash + " Vundle manages the plugins " set the runtime path to include Vundle and initialize set rtp+=~/.vim/bundle/Vundle.vim