From 180015961756d42a2f4781a256bfc131fc31e1c0 Mon Sep 17 00:00:00 2001 From: Bryan Jenks Date: Mon, 8 Jun 2020 08:19:18 -0700 Subject: [PATCH] make posix shell the default for shellcheck? --- .config/nvim/init.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 48635a4a..319335d7 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -74,7 +74,7 @@ set clipboard+=unnamedplus map Q gq " Check file in shellcheck: - map s :!clear && shellcheck % + map s :!clear && shellcheck --shell=sh % " Open my bibliography file in split map b :vsp$BIB