Skip to content

Instantly share code, notes, and snippets.

@johnkors
Last active May 3, 2018 08:57
Show Gist options
  • Save johnkors/4051b894232751b9aad4ed0658f13042 to your computer and use it in GitHub Desktop.
Save johnkors/4051b894232751b9aad4ed0658f13042 to your computer and use it in GitHub Desktop.
Launch cmder as integrated terminal in JetBrains Rider
@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