This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
Vundle.vim
mirror of
https://github.com/VundleVim/Vundle.vim.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
10
Wiki
Activity
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
8db3bcb592
commit
bf7e99cada
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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')
Write
Preview
Loading…
Cancel
Save