mirror of
				https://github.com/cmderdev/cmder.git
				synced 2025-10-31 17:32:27 +08:00 
			
		
		
		
	Fix some commands like ls' are not available
This commit is contained in:
		
							
								
								
									
										3
									
								
								vendor/init.bat
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								vendor/init.bat
									
									
									
									
										vendored
									
									
								
							| @@ -251,7 +251,8 @@ if %nix_tools% geq 1 ( | ||||
|         %lib_path% enhance_path "%GIT_INSTALL_ROOT%\mingw32\bin" %path_position% | ||||
|     ) else if exist "%GIT_INSTALL_ROOT%\mingw64" ( | ||||
|         %lib_path% enhance_path "%GIT_INSTALL_ROOT%\mingw64\bin" %path_position% | ||||
|     ) else if exist "%GIT_INSTALL_ROOT%\usr\bin" ( | ||||
|     ) | ||||
|     if exist "%GIT_INSTALL_ROOT%\usr\bin" ( | ||||
|         %lib_path% enhance_path "%GIT_INSTALL_ROOT%\usr\bin" %path_position% | ||||
|     ) | ||||
| ) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user