aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/plugins/toggleterm.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins/toggleterm.lua b/lua/plugins/toggleterm.lua
index a9bd450..f787f46 100644
--- a/lua/plugins/toggleterm.lua
+++ b/lua/plugins/toggleterm.lua
@@ -114,7 +114,7 @@ function Lazygit_toggle()
Cur_cwd = cwd
lazygit:close()
lazygit = Terminal:new({
- cmd = "lazygit",
+ cmd = "zsh --login -c 'lazygit'",
dir = "git_dir",
direction = "float",
hidden = true,