mirror of
				https://github.com/cmderdev/cmder.git
				synced 2025-11-04 03:12:16 +08:00 
			
		
		
		
	Update init.bat
Remove cmder_configured goto
This commit is contained in:
		
							
								
								
									
										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" == "" (
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user