mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-05 02:06:43 +00:00
Make default shell sh rather than bash
Slightly better compatibility, but probably no change
This commit is contained in:
parent
e085795b92
commit
1d0cf22333
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user