From 1d0cf223330f4bd477a57643961e0673b28ae1cd Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Fri, 21 Feb 2020 17:03:16 -0800 Subject: [PATCH] Make default shell sh rather than bash Slightly better compatibility, but probably no change --- vim/init.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/init.vim b/vim/init.vim index ad03b73..8a9aca4 100644 --- a/vim/init.vim +++ b/vim/init.vim @@ -5,7 +5,7 @@ if !1 | finish | endif " Don't use fish as the default shell. This makes things weird if &shell =~# 'fish$' - set shell=bash + set shell=sh endif function! s:smart_source_rc(name)