mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-15 01:48:34 -07: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…
Reference in New Issue
Block a user