aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-04-12 20:01:00 +0200
committersrdusr <trevorgray@srdusr.com>2023-04-12 20:01:00 +0200
commit1f6c09177a78bd87b596973b30cac78f24f1c550 (patch)
tree9b6150be034f0b4d72aff0a4ba83082dd7c47215 /lua
parent8122b15a28e70e364007841191ad270d24efc9db (diff)
downloaddotfiles-1f6c09177a78bd87b596973b30cac78f24f1c550.tar.gz
dotfiles-1f6c09177a78bd87b596973b30cac78f24f1c550.zip
Allowed lazygit to use zsh user configuration
Diffstat (limited to 'lua')
-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,