diff --git a/lua/plugins/toggle-term.lua b/lua/plugins/toggle-term.lua index 3e3e6dd..64cdc91 100644 --- a/lua/plugins/toggle-term.lua +++ b/lua/plugins/toggle-term.lua @@ -10,7 +10,7 @@ return { open_mapping = [[tt]], direction = "float", float_opts = { border = "rounded" }, - shell = vim.o.shell .. " -l -i", + shell = vim.fn.exepath('zsh') .. " -l -i", }, config = function(_, opts)