Change the default shell for ToggleTerm back to bash
This commit is contained in:
@@ -3,6 +3,7 @@ return {
|
|||||||
'akinsho/toggleterm.nvim',
|
'akinsho/toggleterm.nvim',
|
||||||
-- [[ cmd = { "toggleterm", "termexec" }, ]]
|
-- [[ cmd = { "toggleterm", "termexec" }, ]]
|
||||||
opts = {
|
opts = {
|
||||||
|
-- close_on_exit = false,
|
||||||
highlights = {
|
highlights = {
|
||||||
normal = { link = 'normal' },
|
normal = { link = 'normal' },
|
||||||
normalnc = { link = 'normalnc' },
|
normalnc = { link = 'normalnc' },
|
||||||
@@ -24,7 +25,7 @@ return {
|
|||||||
return vim.o.columns * 0.4
|
return vim.o.columns * 0.4
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
shell = 'pwsh',
|
shell = 'bash',
|
||||||
open_mapping = [[<f12>]],
|
open_mapping = [[<f12>]],
|
||||||
shading_factor = 2,
|
shading_factor = 2,
|
||||||
direction = 'float',
|
direction = 'float',
|
||||||
|
|||||||
Reference in New Issue
Block a user