Make default shell sh rather than bash

Slightly better compatibility, but probably no change
This commit is contained in:
ViViDboarder 2020-02-21 17:03:16 -08:00
parent e085795b92
commit 1d0cf22333
1 changed files with 1 additions and 1 deletions

View File

@ -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)