Browse Source

accidentally a 'set' in my vimrc

shell=/bin/bash needs to start with `set` in order to actually make vim+fish work correctly.
pull/803/head
Gregory Cerna 9 years ago
committed by GitHub
parent
commit
c10dc315c7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@ -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


Loading…
Cancel
Save