summaryrefslogtreecommitdiff
path: root/custom/plugins/example
diff options
context:
space:
mode:
authorPeter Jaros <peter.a.jaros@gmail.com>2012-05-16 14:51:52 -0400
committerPeter Jaros <peter.a.jaros@gmail.com>2012-05-16 14:51:52 -0400
commitaf03da0dc91a32175f99f85ab1fc09dc4246fef9 (patch)
treeb8ea2a50f2844e4db8f583fea286041f3c8d0424 /custom/plugins/example
parent1120f973054836eeb53750f57d69fbec41a340dc (diff)
downloadzsh-af03da0dc91a32175f99f85ab1fc09dc4246fef9.tar.gz
zsh-af03da0dc91a32175f99f85ab1fc09dc4246fef9.tar.bz2
zsh-af03da0dc91a32175f99f85ab1fc09dc4246fef9.zip
Move example plugin to the custom plugins dir.
Diffstat (limited to 'custom/plugins/example')
-rw-r--r--custom/plugins/example/example.plugin.zsh2
1 files changed, 2 insertions, 0 deletions
diff --git a/custom/plugins/example/example.plugin.zsh b/custom/plugins/example/example.plugin.zsh
new file mode 100644
index 000000000..406f27445
--- /dev/null
+++ b/custom/plugins/example/example.plugin.zsh
@@ -0,0 +1,2 @@
+# Add your own custom plugins in the custom/plugins directory. Plugins placed
+# here will override ones with the same name in the main plugins directory.