diff --git a/.vim/rc/all.vim b/.vim/rc/all.vim index 7f21950..9aae36a 100644 --- a/.vim/rc/all.vim +++ b/.vim/rc/all.vim @@ -24,6 +24,10 @@ set noswapfile " not been changed inside of Vim, automatically read it again. set autoread +" Set the current shell to bash, because zsh does not use the correct Ruby +" version. +set shell=bash + source ~/.vim/rc/running-tests.vim source ~/.vim/rc/keys.vim source ~/.vim/rc/statusbar.vim