diff --git a/plugin/sensible.vim b/plugin/sensible.vim index f7efa33..0c65b2f 100644 --- a/plugin/sensible.vim +++ b/plugin/sensible.vim @@ -64,7 +64,7 @@ if has('path_extra') endif if &shell =~# 'fish$' && (v:version < 704 || v:version == 704 && !has('patch276')) - set shell=/bin/bash + set shell=/usr/bin/env\ bash endif set autoread