From b18eedb7ca17427d753ab45260943d30001ba912 Mon Sep 17 00:00:00 2001 From: Thomas Smallwood Date: Thu, 5 Mar 2026 23:58:46 +0100 Subject: [PATCH] toggle term shell --- lua/plugins/toggle-term.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)