-
Set an environment variable called
CMDER_ROOTto your root Cmder folder (in my caseC:\Program Files (x86)\Cmder). It seems to be important that this does not have quotes around it because they mess with concatenation in the init script. -
In your IntelliJ terminal settings, use
"cmd" /k ""%CMDER_ROOT%\vendor\init.bat""as the Shell path. The double-double-quotes are intentional, as they counteract the missing double quotes in the environment variable.
Created
March 25, 2020 23:04
-
-
Save astappiev/f9c85d770cdc9d0399e2ddbc5c5cf31a to your computer and use it in GitHub Desktop.
Use cmder from Intelij IDEA, WebStorm, PhpStorm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment