-
I wanna run PowerShell on windows, and bash on Linux, how do I make just 'choose', the appropriate shell on both platforms |
Beta Was this translation helpful? Give feedback.
Answered by
casey
Dec 30, 2024
Replies: 1 comment 1 reply
-
You can use the set windows-shell := ["powershell.exe", "-NoLogo", "-Command"] |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
RA341
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use the
windows-shell
setting to change the shell on Windows: