We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57b7c42 commit 0340184Copy full SHA for 0340184
config/nvim/lua/plugins/toggleterm.lua
@@ -56,6 +56,7 @@ return {
56
persist_size = true,
57
direction = "horizontal" or "vertical" or "window" or "float",
58
close_on_exit = true, -- close the terminal window when the process exits
59
+ shell = "/usr/bin/zsh",
60
},
61
62
}
0 commit comments