mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 21:31:19 +08:00 
			
		
		
		
	init: notify user if plugin isn't found (#7679)
This commit is contained in:
		
							parent
							
								
									9509fd6a91
								
							
						
					
					
						commit
						779ff24c2d
					
				@ -83,6 +83,8 @@ for plugin ($plugins); do
 | 
			
		||||
    source $ZSH_CUSTOM/plugins/$plugin/$plugin.plugin.zsh
 | 
			
		||||
  elif [ -f $ZSH/plugins/$plugin/$plugin.plugin.zsh ]; then
 | 
			
		||||
    source $ZSH/plugins/$plugin/$plugin.plugin.zsh
 | 
			
		||||
  else
 | 
			
		||||
    echo "Warning: plugin $plugin not found"
 | 
			
		||||
  fi
 | 
			
		||||
done
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user