From c10dc315c7bb507141c94afcc831faac152bbe38 Mon Sep 17 00:00:00 2001 From: Gregory Cerna Date: Sun, 2 Apr 2017 12:33:23 -0500 Subject: [PATCH] accidentally a 'set' in my vimrc shell=/bin/bash needs to start with `set` in order to actually make vim+fish work correctly. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b575926..54ec151 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ To install from command line: `vim +PluginInstall +qall` -5. (optional) For those using the fish shell: add `shell=/bin/bash` to your `.vimrc` +5. (optional) For those using the fish shell: add `set shell=/bin/bash` to your `.vimrc` ## Docs