- Install cmder_mini (msysgit is already installed, so no need for full version)
- In Cmder, open settings:
Win + Alt + P
- Under Startup > Tasks, add a task called
{bash}
with the following settings:- Task parameters (set icon):
- For Cmder icon:
/icon "%CMDER_ROOT%\cmder.exe"
- For Git icon:
/icon "C:\Program Files (x86)\Git\etc\git.ico"
- For Cmder icon:
- Commands (open Git's bash shell):
"C:\Program Files (x86)\Git\bin\sh.exe" -l -new_console:d:%USERPROFILE%
- Task parameters (set icon):
- Under Startup, set startup options to Specified name task --> {bash}
-
-
Save JM-Mendez/97628b84114dcb41237f7570e4a4a2db to your computer and use it in GitHub Desktop.
Setting up Cmder to use bash by default
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment