-
Notifications
You must be signed in to change notification settings - Fork 2k
Integrating Babun
David Refoua edited this page May 1, 2018
·
1 revision
- Add a new task in Cmder settings
-
Win + Alt + P
to open settings, then go toStartup > Tasks
. - Then hit the
+
symbol on the bottom to create a new task
-
- Rename the task to
Babun
(or whatever you want) - Add this command in Task Parameters:
/icon "%userprofile%\.babun\cygwin\bin\mintty.exe" /dir "%userprofile%"
- Add this command in Commands:
%userprofile%\.babun\cygwin\bin\mintty.exe -o Transparency=0 /bin/env CHERE_INVOKING=1 /bin/zsh.exe
This is what it should look like when you are done:
You're now ready to use Babun in Cmder
Courtesy of @TiTnOuK