mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 13:21:19 +08:00 
			
		
		
		
	Prevents oh-my-zsh loading the .zshenv twice
This commit is contained in:
		
							parent
							
								
									357ab4912b
								
							
						
					
					
						commit
						dbdd23d0fa
					
				@ -1,6 +1,6 @@
 | 
			
		||||
# Check for updates on initial load...
 | 
			
		||||
if [ "$DISABLE_AUTO_UPDATE" != "true" ]; then
 | 
			
		||||
  /usr/bin/env ZSH=$ZSH DISABLE_UPDATE_PROMPT=$DISABLE_UPDATE_PROMPT zsh $ZSH/tools/check_for_upgrade.sh
 | 
			
		||||
  /usr/bin/env ZSH=$ZSH DISABLE_UPDATE_PROMPT=$DISABLE_UPDATE_PROMPT zsh -f $ZSH/tools/check_for_upgrade.sh
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
# Initializes Oh My Zsh
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user