aboutsummaryrefslogtreecommitdiff
path: root/.config/nvim/lua/plugins/toggleterm.lua
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-04-13 06:46:48 +0200
committersrdusr <trevorgray@srdusr.com>2023-04-13 06:46:48 +0200
commit69b68fbb9366483cb3116d7eb5b6564d77fc32ae (patch)
treeab83d25e4a0129852b0edbe578348296006168d1 /.config/nvim/lua/plugins/toggleterm.lua
parent1c040da1947829ea36a7b6c5fe57f5b7d0c202b1 (diff)
parent2ab3737254ead09e9734dd37c62753848534f4f3 (diff)
downloaddotfiles-69b68fbb9366483cb3116d7eb5b6564d77fc32ae.tar.gz
dotfiles-69b68fbb9366483cb3116d7eb5b6564d77fc32ae.zip
Merge commit '04063296cad0bc872cd58b62c0b7d235f60cee31'
Diffstat (limited to '.config/nvim/lua/plugins/toggleterm.lua')
-rw-r--r--.config/nvim/lua/plugins/toggleterm.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/lua/plugins/toggleterm.lua b/.config/nvim/lua/plugins/toggleterm.lua
index a9bd450..f787f46 100644
--- a/.config/nvim/lua/plugins/toggleterm.lua
+++ b/.config/nvim/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,