windows - use git bash as shell via set shell #1425
Answered
by
joelim-work
bjoernbuth
asked this question in
Q&A
-
Hi, thx for making this great tool to the devs and all that helped. I'm using it on windows 10 and would like to be able to use it inside git bash. Is there any chance to do so ? I tried by setting the shell command in the lfrc file file in ...\AppData\Local\lf\lfrc via
I either get errors of 3 types when pressing w (which should run a shell):
I would love to be able to use lf in git bash and thankful for help. |
Beta Was this translation helpful? Give feedback.
Answered by
joelim-work
Sep 17, 2023
Replies: 1 comment 1 reply
-
On Windows the
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
bjoernbuth
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On Windows the
shellflag
option defaults to/c
, have you tried changing it?