mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 21:31:19 +08:00 
			
		
		
		
	init: don't run update check if DISABLE_AUTO_UPDATE (#9040)
skip the update check at initialization if DISABLE_AUTO_UPDATE is set to true
This commit is contained in:
		
							parent
							
								
									d47447a5e6
								
							
						
					
					
						commit
						5ffc0d036c
					
				@ -5,7 +5,9 @@ if [[ -z "$ZSH_CACHE_DIR" ]]; then
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
# Check for updates on initial load...
 | 
			
		||||
source $ZSH/tools/check_for_upgrade.sh
 | 
			
		||||
if [ "$DISABLE_AUTO_UPDATE" != "true" ]; then
 | 
			
		||||
  source $ZSH/tools/check_for_upgrade.sh
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
# Initializes Oh My Zsh
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user