Last active
May 3, 2018 08:57
-
-
Save johnkors/4051b894232751b9aad4ed0658f13042 to your computer and use it in GitHub Desktop.
Launch cmder as integrated terminal in JetBrains Rider
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
@echo off | |
SET CMDER_ROOT=C:\tools\cmder | |
"cmd" /k ""%CMDER_ROOT%\vendor\init.bat"" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment