diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-04-12 20:01:00 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-04-12 20:01:00 +0200 |
| commit | 1f6c09177a78bd87b596973b30cac78f24f1c550 (patch) | |
| tree | 9b6150be034f0b4d72aff0a4ba83082dd7c47215 /lua/plugins | |
| parent | 8122b15a28e70e364007841191ad270d24efc9db (diff) | |
| download | dotfiles-1f6c09177a78bd87b596973b30cac78f24f1c550.tar.gz dotfiles-1f6c09177a78bd87b596973b30cac78f24f1c550.zip | |
Allowed lazygit to use zsh user configuration
Diffstat (limited to 'lua/plugins')
| -rw-r--r-- | lua/plugins/toggleterm.lua | 2 |
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, |
