mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 20:54:26 +08:00
#69 Change the default shell for shell linting
This commit is contained in:
@@ -10,7 +10,11 @@ let g:loaded_ale_linters_sh_shell = 1
|
|||||||
" This option can be changed to change the default shell when the shell
|
" This option can be changed to change the default shell when the shell
|
||||||
" cannot be taken from the hashbang line.
|
" cannot be taken from the hashbang line.
|
||||||
if !exists('g:ale_linters_sh_shell_default_shell')
|
if !exists('g:ale_linters_sh_shell_default_shell')
|
||||||
let g:ale_linters_sh_shell_default_shell = 'bash'
|
let g:ale_linters_sh_shell_default_shell = fnamemodify($SHELL, ':t')
|
||||||
|
|
||||||
|
if g:ale_linters_sh_shell_default_shell ==# ''
|
||||||
|
let g:ale_linters_sh_shell_default_shell = 'bash'
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
function! ale_linters#sh#shell#GetExecutable(buffer)
|
function! ale_linters#sh#shell#GetExecutable(buffer)
|
||||||
|
|||||||
Reference in New Issue
Block a user