How do I set shell that lazygit will use? #4499
-
With recently added support of fish which I'm normally using, lazygit.nvim feature I always use ( How do I make lazygit use bash? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 9 replies
-
Here's a workaround: os:
shellFunctionsFile: ~/bin/set-shell-bash.fish |
Beta Was this translation helpful? Give feedback.
-
This broke with #4385; in that PR I decided to use the new way of calling the shell not only for I didn't realize that this breaks the nvim-remote edit preset when using fish, so maybe we should not use this custom shell logic for edit commands. |
Beta Was this translation helpful? Give feedback.
-
Fixed in #4506. |
Beta Was this translation helpful? Give feedback.
Fixed in #4506.