toggle term shell

This commit is contained in:
Thomas Smallwood 2026-03-05 23:58:46 +01:00
parent 162c6ceced
commit b18eedb7ca

View file

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