mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-10 09:49:12 +08:00
shared or user user_init.cmd
This commit is contained in:
parent
7e50f50863
commit
727a99b479
8
vendor/init.bat
vendored
8
vendor/init.bat
vendored
@ -165,10 +165,10 @@ if "%PROCESSOR_ARCHITECTURE%"=="x86" (
|
||||
set CMDER_CLINK=0
|
||||
)
|
||||
|
||||
if exist "%CMDER_ROOT%\config\user_init.cmd" if defined CMDER_USER_CONFIG (
|
||||
call "%CMDER_ROOT%\config\user_init.cmd"
|
||||
|
||||
if exist "%CMDER_USER_CONFIG%\config\user_init.cmd" (
|
||||
if defined CMDER_USER_CONFIG (
|
||||
if exist "%CMDER_ROOT%\config\user_init.cmd" (
|
||||
call "%CMDER_ROOT%\config\user_init.cmd"
|
||||
) else if exist "%CMDER_USER_CONFIG%\config\user_init.cmd" (
|
||||
call "%CMDER_USER_CONFIG%\config\user_init.cmd"
|
||||
)
|
||||
exit /b
|
||||
|
Loading…
Reference in New Issue
Block a user