Change the default shell for ToggleTerm back to bash

This commit is contained in:
Ducky SSH User
2025-12-07 03:57:01 +00:00
parent 897d1e8d7b
commit 73bb97ed1d

View File

@@ -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 = [[<f12>]],
shading_factor = 2,
direction = 'float',