mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 13:21:19 +08:00 
			
		
		
		
	Removed useless else
This commit is contained in:
		
							parent
							
								
									a75d0ba8d7
								
							
						
					
					
						commit
						886d97f41e
					
				
							
								
								
									
										7
									
								
								tools/install.sh
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							
							
						
						
									
										7
									
								
								tools/install.sh
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							@ -2,11 +2,11 @@ if [ -d ~/.oh-my-zsh ]
 | 
			
		||||
then
 | 
			
		||||
  echo "You already have Oh My Zsh installed. You'll need to remove ~/.oh-my-zsh if you want to install"
 | 
			
		||||
  exit
 | 
			
		||||
else
 | 
			
		||||
  echo "Cloning Oh My Zsh..."
 | 
			
		||||
  /usr/bin/env git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
echo "Cloning Oh My Zsh..."
 | 
			
		||||
/usr/bin/env git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
 | 
			
		||||
 | 
			
		||||
echo "Looking for an existing zsh config..."
 | 
			
		||||
if [ -f ~/.zshrc ] || [ -h ~/.zshrc ]
 | 
			
		||||
then
 | 
			
		||||
@ -27,4 +27,3 @@ chsh -s /bin/zsh
 | 
			
		||||
echo "Hooray! Oh My Zsh has been installed."
 | 
			
		||||
/bin/zsh
 | 
			
		||||
source ~/.zshrc
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user