Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
3a6bf6bd
Commit
3a6bf6bd
authored
Apr 03, 2019
by
Greg
Committed by
Marc Cornellà
Apr 03, 2019
Browse files
init: more informative warning if plugin not found (#7727)
parent
831fba4e
Changes
1
Show whitespace changes
Inline
Side-by-side
oh-my-zsh.sh
View file @
3a6bf6bd
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment