If a user is on windows, and is using powershell as the default nvim shell the command at [line 69 of utils.lua](https://github.com/lucaSartore/lazygit.nvim/blob/main/lua/lazygit/utils.lua#L67C2-L67C130) won’t work due to the `&&` operator. > local cmd = string.format('cd "%s" && git rev-parse --show-toplevel', fn.fnamemodify(fn.resolve(fn.expand('%:p')), ':h'), root) I fixed this by forcing the use of cmd.