mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2024-05-11 05:55:17 +00:00 
			
		
		
		
	Don't correct cp commands (#4636)
This commit is contained in:
		
				
					committed by
					
						
						Marc Cornellà
					
				
			
			
				
	
			
			
			
						parent
						
							27b9aed87f
						
					
				
				
					commit
					55ab532e50
				
			@@ -1,4 +1,5 @@
 | 
				
			|||||||
if [[ "$ENABLE_CORRECTION" == "true" ]]; then
 | 
					if [[ "$ENABLE_CORRECTION" == "true" ]]; then
 | 
				
			||||||
 | 
					  alias cp='nocorrect cp'
 | 
				
			||||||
  alias ebuild='nocorrect ebuild'
 | 
					  alias ebuild='nocorrect ebuild'
 | 
				
			||||||
  alias gist='nocorrect gist'
 | 
					  alias gist='nocorrect gist'
 | 
				
			||||||
  alias heroku='nocorrect heroku'
 | 
					  alias heroku='nocorrect heroku'
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user