Add note about adding shell=/bin/bash to .vimrc for fish shell users

See #690
This commit is contained in:
Dorian 2017-03-23 18:50:40 -07:00 committed by GitHub
parent f6cc06238d
commit 430d56265e

View File

@ -96,6 +96,8 @@
To install from command line: `vim +PluginInstall +qall` To install from command line: `vim +PluginInstall +qall`
5. (optional) For those using the fish shell: add `shell=/bin/bash` to your `.vimrc`
## Docs ## Docs
See the [`:h vundle`](https://github.com/VundleVim/Vundle.vim/blob/master/doc/vundle.txt) Vimdoc for more details. See the [`:h vundle`](https://github.com/VundleVim/Vundle.vim/blob/master/doc/vundle.txt) Vimdoc for more details.