From f130c86747e346d1ee8fbb2a502db298ba3e41a1 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Sun, 28 Dec 2014 14:17:10 -0800 Subject: [PATCH] Add link to Writing_Plugins.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9f0d2c6..18134c6 100644 --- a/README.md +++ b/README.md @@ -126,3 +126,7 @@ Most of these plugins can be installed by adding `antigen bundle githubuser/repo 1. Clone the plugin into your prezto modules directory 2. Add the plugin to your `.zpreztorc` file 3. Open a new terminal window or tab + +## Writing New Plugins + +I've documented some recommendations for writing a new plugin [here](https://github.com/unixorn/awesome-zsh-plugins/blob/master/Writing_Plugins.md)