From 7f46e82fc7e343be84df6c06bec63dd6494b6712 Mon Sep 17 00:00:00 2001 From: "Roberto V. Alfieri" Date: Tue, 23 Oct 2018 16:34:45 +0200 Subject: [PATCH] Take bash path from /usr/bin/env for non Linux environment --- plugin/sensible.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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