Update init.bat

This commit is contained in:
Dax T Games 2020-07-24 08:34:45 -04:00 committed by GitHub
parent 0c3d89925e
commit 334838c079
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
vendor/init.bat vendored
View File

@ -370,7 +370,7 @@ if defined CMDER_USER_CONFIG (
set "initialConfig=%CMDER_USER_CONFIG%\user_profile.cmd"
if exist "%CMDER_USER_CONFIG%\user_profile.cmd" (
REM Create this file and place your own command in there
%lib_console% debug_output init.bat "Calling - %CMDER_USER_CONFIG%\user_profile.cmd
%lib_console% debug_output init.bat "Calling - %CMDER_USER_CONFIG%\user_profile.cmd"
call "%CMDER_USER_CONFIG%\user_profile.cmd"
)
)