mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-10 17:59:11 +08:00
Update init.bat
Remove cmder_configured goto
This commit is contained in:
parent
a999d17f71
commit
4d86559841
10
vendor/init.bat
vendored
10
vendor/init.bat
vendored
@ -51,11 +51,11 @@ call "%cmder_root%\vendor\lib\lib_console"
|
||||
call "%cmder_root%\vendor\lib\lib_git"
|
||||
call "%cmder_root%\vendor\lib\lib_profile"
|
||||
|
||||
if "%CMDER_CONFIGURED%" == "1" (
|
||||
echo Cmder is already configured, skipping to user config!
|
||||
|
||||
goto USER_CONFIG_START
|
||||
)
|
||||
:: if "%CMDER_CONFIGURED%" == "1" (
|
||||
:: echo Cmder is already configured, skipping to user config!
|
||||
::
|
||||
:: goto USER_CONFIG_START
|
||||
:: )
|
||||
|
||||
:var_loop
|
||||
if "%~1" == "" (
|
||||
|
Loading…
Reference in New Issue
Block a user