From fee5928dc8650ed1ac0fccb160e4d89e4045bdc2 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Sun, 23 Jun 2013 13:22:56 -0400 Subject: [PATCH] Avoid problems with fish shell References #50. --- plugin/sensible.vim | 4 ++++ 1 file changed, 4 insertions(+) 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