- create a
.batfile
@echo off
REM ### Below on CMDER_ROOT, substitute 'C:\Cmder' with the path to your CMDER root (the one that contains Cmder.exe) ###
SET CMDER_ROOT=C:\Cmder
"%CMDER_ROOT%\vendor\init.bat"
- open hyper's config, and on
shellArgs, fill with an array, with the first value being:"/K", and the second being the path to the file you created above
shellArgs: [
"/K",
"C:\\Users\\gduarte\\Documents\\Cmder\\initInExternalTerminal.bat"
],- save and do a full reload on hyper (or close and open it again)