From a6710841b0ae975319d4737f029c130cc3d5b492 Mon Sep 17 00:00:00 2001 From: Oleksandr Shybystyi Date: Sat, 13 Jun 2015 20:45:41 +0300 Subject: [PATCH] added a reason for creating external plugin page, it might be not clear for everybody --- External-plugins.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/External-plugins.md b/External-plugins.md index 27c0780..871cf44 100644 --- a/External-plugins.md +++ b/External-plugins.md @@ -1,5 +1,8 @@ ## A list of plugins that don't come bundled with oh-my-zsh +There is no restriction for adding your plugin into zsh bundle (unlike [themes](https://github.com/robbyrussell/oh-my-zsh/wiki/External-themes)) but the rationale for creating this page is next: +* sometimes you're not really sure if your plugin will not harm (e.g. it can break something). + ### Installation It should be clear from [this](https://github.com/robbyrussell/oh-my-zsh/wiki/Customization#overriding-and-adding-plugins).