Created
August 28, 2019 20:33
-
-
Save dsebastien/7722ffbe8cf8ed99aef705d1ed0f73a9 to your computer and use it in GitHub Desktop.
ConEmu without/with Git Bash MSYS (MinTTY) / CMD
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
With MSYS (MinTTY): | |
set "PATH=%ConEmuDrive%\Program Files\Git\usr\bin;%PATH%" & "%ConEmuDrive%\Program Files\Git\git-cmd.exe" --no-cd --command=%ConEmuBaseDirShort%\conemu-msys2-64.exe /usr/bin/bash.exe -l -i -new_console:p | |
With CMD: | |
set "PATH=%ConEmuDrive%\Program Files\Git\usr\bin;%PATH%" & "%ConEmuDrive%\Program Files\Git\git-bash.exe" --no-cd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment