Skip to content

Commit

Permalink
Set shell to bash because of Ruby version problems.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinroestenburg committed Apr 10, 2012
1 parent e292d29 commit 1d0503f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .vim/rc/all.vim
Expand Up @@ -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
Expand Down

0 comments on commit 1d0503f

Please sign in to comment.