Browse Source

Add "set shell=/bin/bash" to boilerplate vimrc

Due to the issue #175,

Is there a reason not to put in the boilerplate vimrc?
pull/490/head
Jonas Brunsgaard 12 years ago
parent
commit
bf7e99cada
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      README.md

+ 1
- 0
README.md View File

@ -48,6 +48,7 @@
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
set shell=/bin/bash
call vundle#begin()
" alternatively, pass a path where Vundle should install plugins
"call vundle#begin('~/some/path/here')


Loading…
Cancel
Save