Replies: 1 comment 1 reply
-
It will be because lazygit is relying on something in your shell's
environment probably PATH. You need to do something like
launch zsh -il -c "exec lazygit"
replace zsh with whatever your shell is. That will cause the shell to
read its rc files and setup the environment before running lazygit.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have mapping like this
map f1 launch --title=lazygit --cwd=current --type=overlay lazygit
. So when I hit f1lazygit
is opened in overlay type. Problem with it is that I lose all highlights in diff section. Also it doesn't recognise npm in git hooks. I know that you can say that it is something withlazygit
but when I open it via splitting the window and typinglazygit
in it everything works fine. Could it be something related to kitty child process?Beta Was this translation helpful? Give feedback.
All reactions