mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 13:21:19 +08:00 
			
		
		
		
	Don't correct cp commands (#4636)
This commit is contained in:
		
							parent
							
								
									27b9aed87f
								
							
						
					
					
						commit
						55ab532e50
					
				@ -1,4 +1,5 @@
 | 
			
		||||
if [[ "$ENABLE_CORRECTION" == "true" ]]; then
 | 
			
		||||
  alias cp='nocorrect cp'
 | 
			
		||||
  alias ebuild='nocorrect ebuild'
 | 
			
		||||
  alias gist='nocorrect gist'
 | 
			
		||||
  alias heroku='nocorrect heroku'
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user