Skip to content

Instantly share code, notes, and snippets.

View SinvalMAO's full-sized avatar
🏠
Working from home

Sinval Júnior SinvalMAO

🏠
Working from home
View GitHub Profile
@SinvalMAO
SinvalMAO / cmder-in-webstorm.md
Created September 11, 2020 13:54 — forked from sadikaya/cmder-in-webstorm.md
Cmder inside Webstorm terminal
  1. Set an environment variable called CMDER_ROOT to your root Cmder folder (in my case C:\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.
  2. 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.