mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 21:31:19 +08:00 
			
		
		
		
	fix(installer): silence git init
				
					
				
			This commit is contained in:
		
							parent
							
								
									9b883aa417
								
							
						
					
					
						commit
						914b6399e8
					
				@ -272,7 +272,7 @@ setup_ohmyzsh() {
 | 
			
		||||
  fi
 | 
			
		||||
 | 
			
		||||
  # Manual clone with git config options to support git < v1.7.2
 | 
			
		||||
  git init "$ZSH" && cd "$ZSH" \
 | 
			
		||||
  git init --quiet "$ZSH" && cd "$ZSH" \
 | 
			
		||||
  && git config core.eol lf \
 | 
			
		||||
  && git config core.autocrlf false \
 | 
			
		||||
  && git config fsck.zeroPaddedFilemode ignore \
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user