summaryrefslogtreecommitdiff
path: root/custom/plugins/example/example.plugin.zsh
diff options
context:
space:
mode:
authorPeter Jaros <peter.a.jaros@gmail.com>2012-05-16 14:51:52 -0400
committerPhil Eichinger <phil@zankapfel.net>2014-03-25 16:47:57 +0100
commitd1323edb499d5f9fbe7641bcab402229ad773195 (patch)
tree96fbc3c4245a92f80aa54458c718bb4d92191fa8 /custom/plugins/example/example.plugin.zsh
parent7a94b760193306fd62c07c93e116439f2bd8059b (diff)
downloadzsh-d1323edb499d5f9fbe7641bcab402229ad773195.tar.gz
zsh-d1323edb499d5f9fbe7641bcab402229ad773195.tar.bz2
zsh-d1323edb499d5f9fbe7641bcab402229ad773195.zip
Move example plugin to the custom plugins dir.
Diffstat (limited to 'custom/plugins/example/example.plugin.zsh')
-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.