toggle term session fix

This commit is contained in:
Thomas Smallwood 2025-11-30 16:52:26 +00:00
parent ca393a9d8e
commit dcba7fede5
No known key found for this signature in database

View file

@ -10,6 +10,7 @@ return {
open_mapping = [[<leader>tt]],
direction = "float",
float_opts = { border = "rounded" },
shell = vim.fn.exepath("zsh") .. " -l -i",
},
config = function(_, opts)