make posix shell the default for shellcheck?

This commit is contained in:
Bryan Jenks 2020-06-08 08:19:18 -07:00 committed by GitHub
parent b1d1446325
commit 1800159617
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,7 @@ set clipboard+=unnamedplus
map Q gq
" Check file in shellcheck:
map <leader>s :!clear && shellcheck %<CR>
map <leader>s :!clear && shellcheck --shell=sh %<CR>
" Open my bibliography file in split
map <leader>b :vsp<space>$BIB<CR>