accidentally a 'set' in my vimrc

shell=/bin/bash needs to start with `set` in order to actually make vim+fish work correctly.
This commit is contained in:
Gregory Cerna 2017-04-02 12:33:23 -05:00 committed by GitHub
parent 1f4393ceb1
commit c10dc315c7

View File

@ -96,7 +96,7 @@
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` 5. (optional) For those using the fish shell: add `set shell=/bin/bash` to your `.vimrc`
## Docs ## Docs