mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
init: more informative warning if plugin not found (#7727)
This commit is contained in:
parent
831fba4ee4
commit
3a6bf6bd26
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ for plugin ($plugins); do
|
||||||
elif is_plugin $ZSH $plugin; then
|
elif is_plugin $ZSH $plugin; then
|
||||||
fpath=($ZSH/plugins/$plugin $fpath)
|
fpath=($ZSH/plugins/$plugin $fpath)
|
||||||
else
|
else
|
||||||
echo "Warning: plugin $plugin not found"
|
echo "[oh-my-zsh] plugin '$plugin' not found"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue