mirror of
				https://github.com/dcarrillo/prezto.git
				synced 2025-11-04 06:19:09 +00:00 
			
		
		
		
	[#23] Add if to conditions to not wrongly return 1
This commit is contained in:
		@@ -135,9 +135,9 @@ if zstyle -t ':omz:alias:diff' color; then
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
# Miscellaneous
 | 
			
		||||
(( $+commands[ack] )) && alias afind='nocorrect ack'
 | 
			
		||||
(( $+commands[ebuild] )) && alias ebuild='nocorrect ebuild'
 | 
			
		||||
(( $+commands[gist] )) && alias gist='nocorrect gist'
 | 
			
		||||
(( $+commands[heroku] )) && alias heroku='nocorrect heroku'
 | 
			
		||||
(( $+commands[mysql] )) && alias mysql='nocorrect mysql'
 | 
			
		||||
if (( $+commands[ack] )) alias afind='nocorrect ack'
 | 
			
		||||
if (( $+commands[ebuild] )) alias ebuild='nocorrect ebuild'
 | 
			
		||||
if (( $+commands[gist] )) alias gist='nocorrect gist'
 | 
			
		||||
if (( $+commands[heroku] )) alias heroku='nocorrect heroku'
 | 
			
		||||
if (( $+commands[mysql] )) alias mysql='nocorrect mysql'
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user