mirror of
				https://github.com/cmderdev/cmder.git
				synced 2025-10-30 17:01:57 +08:00 
			
		
		
		
	Update init.bat
Move skip to user config below clink enablement in cmder_configured == 1
This commit is contained in:
		
							
								
								
									
										6
									
								
								vendor/init.bat
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								vendor/init.bat
									
									
									
									
										vendored
									
									
								
							| @@ -172,6 +172,12 @@ if "%CMDER_CLINK%" == "1" ( | ||||
|   %lib_console% verbose_output "WARNING: Incompatible 'ComSpec/Shell' Detetected Skipping Clink Injection!" | ||||
| ) | ||||
|  | ||||
| if "%CMDER_CONFIGURED%" == "1" ( | ||||
|   echo Cmder is already configured, skipping to user config! | ||||
|  | ||||
|   goto USER_CONFIG_START | ||||
| ) | ||||
|  | ||||
| :: Prepare for git-for-windows | ||||
|  | ||||
| :: I do not even know, copypasted from their .bat | ||||
|   | ||||
		Reference in New Issue
	
	Block a user