mirror of
https://github.com/cmderdev/cmder.git
synced 2025-07-17 13:09:19 +08:00
prevent timer results every time.
This commit is contained in:
2
vendor/init.bat
vendored
2
vendor/init.bat
vendored
@ -562,7 +562,7 @@ if defined CMDER_USER_CONFIG (
|
||||
if not defined CMDER_CONFIGURED set CMDER_CONFIGURED=1
|
||||
set CMDER_INIT_END=%time%
|
||||
|
||||
if "%CMDER_INIT_END%" neq "" if "%CMDER_INIT_START%" neq "" (
|
||||
if "%time_init%" == "1" if "%CMDER_INIT_END%" neq "" if "%CMDER_INIT_START%" neq "" (
|
||||
call "%cmder_root%\vendor\bin\timer.cmd" "%CMDER_INIT_START%" "%CMDER_INIT_END%"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user