fixed cmd profile.d support

This commit is contained in:
Dax T. Games 2016-03-01 20:35:55 -06:00
parent bf75f70181
commit 8a5c58e626

2
vendor/init.bat vendored
View File

@ -92,7 +92,7 @@
:: to run them at startup.
@if not exist "%CMDER_ROOT%\config\profile.d" (
mkdir "%CMDER_ROOT%\config\profile.d"
}
)
@pushd "%CMDER_ROOT%\config\profile.d"
for /f "usebackq" %%x in ( `dir /b *.bat *.cmd` ) do (