Commit 779ff24c authored by SomeDer's avatar SomeDer Committed by Marc Cornellà
Browse files

init: notify user if plugin isn't found (#7679)

parent 9509fd6a
......@@ -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
......
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