diff --git a/lua/custom/plugins/toggleterm.lua b/lua/custom/plugins/toggleterm.lua index bac3bdc..f9ce1e2 100644 --- a/lua/custom/plugins/toggleterm.lua +++ b/lua/custom/plugins/toggleterm.lua @@ -3,6 +3,7 @@ return { 'akinsho/toggleterm.nvim', -- [[ cmd = { "toggleterm", "termexec" }, ]] opts = { + -- close_on_exit = false, highlights = { normal = { link = 'normal' }, normalnc = { link = 'normalnc' }, @@ -24,7 +25,7 @@ return { return vim.o.columns * 0.4 end end, - shell = 'pwsh', + shell = 'bash', open_mapping = [[]], shading_factor = 2, direction = 'float',