From dcba7fede5cf3e78a909d61e52da4cd51296b7ea Mon Sep 17 00:00:00 2001 From: Thomas Smallwood Date: Sun, 30 Nov 2025 16:52:26 +0000 Subject: [PATCH] toggle term session fix --- lua/plugins/toggle-term.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/toggle-term.lua b/lua/plugins/toggle-term.lua index 7dd3627..2a6975e 100644 --- a/lua/plugins/toggle-term.lua +++ b/lua/plugins/toggle-term.lua @@ -10,6 +10,7 @@ return { open_mapping = [[tt]], direction = "float", float_opts = { border = "rounded" }, + shell = vim.fn.exepath("zsh") .. " -l -i", }, config = function(_, opts)