Skip to content

Instantly share code, notes, and snippets.

@dsebastien
Created August 28, 2019 20:33
Show Gist options
  • Save dsebastien/7722ffbe8cf8ed99aef705d1ed0f73a9 to your computer and use it in GitHub Desktop.
Save dsebastien/7722ffbe8cf8ed99aef705d1ed0f73a9 to your computer and use it in GitHub Desktop.
ConEmu without/with Git Bash MSYS (MinTTY) / CMD
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