mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 13:21:19 +08:00 
			
		
		
		
	fix(random): fix negated logic in ZSH_THEME_RANDOM_QUIET
				
					
				
			This commit is contained in:
		
							parent
							
								
									8cb53ba692
								
							
						
					
					
						commit
						634296be3c
					
				@ -42,6 +42,6 @@ else
 | 
			
		||||
  return 1
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
if [[ "$ZSH_THEME_RANDOM_QUIET" = true ]]; then
 | 
			
		||||
if [[ "$ZSH_THEME_RANDOM_QUIET" != true ]]; then
 | 
			
		||||
  echo "[oh-my-zsh] Random theme '${RANDOM_THEME}' loaded"
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user