-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When I call any custom command using :
it is stuck on "Press enter to return to lazygit" when I call it from Neovim. However, when I call it directly from the Terminal (kitty) like:
/some/repo
> lazygit
+ /bin/zsh -i -c git fetch origin develop
From github.com:some/repo
* branch develop -> FETCH_HEAD
[1] + 50708 suspended (tty output) lazygit
> …/some/repo ✖ TTOU 7s
> fg
[1] + 50708 continued lazygit
it's stuck, lazygit doesn't appear. I can't do anything, I have to kill the terminal.
Environment
> lazygit --version
commit=, build date=, build source=nix, version=0.44.1, os=darwin, arch=arm64, git version=2.46.0
> git --version
git version 2.46.0
Additional context
I'm using Nix and I noticed that lazygit calls wrong zsh instance. It should use the first one:
> where zsh
/etc/profiles/per-user/me/zsh
/run/current-system/sw/bin/zsh
/bin/zsh
but it uses the last one. I'm not sure if it matters.
mikavilpas
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working