Commit 3a6bf6bd authored by Greg's avatar Greg Committed by Marc Cornellà
Browse files

init: more informative warning if plugin not found (#7727)

parent 831fba4e
......@@ -53,7 +53,7 @@ for plugin ($plugins); do
elif is_plugin $ZSH $plugin; then
fpath=($ZSH/plugins/$plugin $fpath)
else
echo "Warning: plugin $plugin not found"
echo "[oh-my-zsh] plugin '$plugin' not found"
fi
done
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment