mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 12:31:04 +00:00
toggle term shell
This commit is contained in:
parent
162c6ceced
commit
b18eedb7ca
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue