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:
parent
1f4393ceb1
commit
c10dc315c7
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user