diff --git a/plugin/sensible.vim b/plugin/sensible.vim index 43cd218..c640e56 100644 --- a/plugin/sensible.vim +++ b/plugin/sensible.vim @@ -59,6 +59,10 @@ if &listchars ==# 'eol:$' endif endif +if &shell =~# 'fish$' + set shell=/bin/bash +endif + set autoread set fileformats+=mac