mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
make posix shell the default for shellcheck?
This commit is contained in:
parent
b1d1446325
commit
1800159617
@ -74,7 +74,7 @@ set clipboard+=unnamedplus
|
|||||||
map Q gq
|
map Q gq
|
||||||
|
|
||||||
" Check file in shellcheck:
|
" Check file in shellcheck:
|
||||||
map <leader>s :!clear && shellcheck %<CR>
|
map <leader>s :!clear && shellcheck --shell=sh %<CR>
|
||||||
|
|
||||||
" Open my bibliography file in split
|
" Open my bibliography file in split
|
||||||
map <leader>b :vsp<space>$BIB<CR>
|
map <leader>b :vsp<space>$BIB<CR>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user