From 430d56265e44f0e6b6138cbb68f95f546cced8dd Mon Sep 17 00:00:00 2001 From: Dorian Date: Thu, 23 Mar 2017 18:50:40 -0700 Subject: [PATCH] Add note about adding shell=/bin/bash to .vimrc for fish shell users See #690 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 15ad130..626481f 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,8 @@ To install from command line: `vim +PluginInstall +qall` +5. (optional) For those using the fish shell: add `shell=/bin/bash` to your `.vimrc` + ## Docs See the [`:h vundle`](https://github.com/VundleVim/Vundle.vim/blob/master/doc/vundle.txt) Vimdoc for more details.