From 13d0d1b13157d19bff4ffd2c87f452ddc4fa43f9 Mon Sep 17 00:00:00 2001 From: Mike Vink <59492084+ivi-vink@users.noreply.github.com> Date: Mon, 20 Jan 2025 11:07:12 +0100 Subject: use sh for neovim --- mut/neovim/lua/my/settings.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'mut') diff --git a/mut/neovim/lua/my/settings.lua b/mut/neovim/lua/my/settings.lua index a3c5144..f08bf16 100644 --- a/mut/neovim/lua/my/settings.lua +++ b/mut/neovim/lua/my/settings.lua @@ -65,3 +65,4 @@ vim.opt.showtabline = 1 vim.opt.cmdheight = 1 vim.opt.shellpipe = "out+err>" +vim.opt.shell = "sh" -- cgit v1.2.3