Skip to content

Commit 0340184

Browse files
committed
Add shell to toggleterm
1 parent 57b7c42 commit 0340184

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/nvim/lua/plugins/toggleterm.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ return {
5656
persist_size = true,
5757
direction = "horizontal" or "vertical" or "window" or "float",
5858
close_on_exit = true, -- close the terminal window when the process exits
59+
shell = "/usr/bin/zsh",
5960
},
6061
},
6162
}

0 commit comments

Comments
 (0)