summaryrefslogtreecommitdiff
path: root/custom
diff options
context:
space:
mode:
authorJake Bell <jake@theunraveler.com>2011-05-26 12:34:37 -0500
committerJake Bell <jake@theunraveler.com>2011-05-26 12:34:37 -0500
commitf8aae64e478066be7d05f5eb6970c356cafcfd36 (patch)
tree814d6c33f87872f58881ec366b8cbb5d9b2633f6 /custom
parentab2a7b51a8c3ead55a272fba58232d0823e519a2 (diff)
downloadzsh-f8aae64e478066be7d05f5eb6970c356cafcfd36.tar.gz
zsh-f8aae64e478066be7d05f5eb6970c356cafcfd36.tar.bz2
zsh-f8aae64e478066be7d05f5eb6970c356cafcfd36.zip
Adding ability to override plugins from the custom directory.
Diffstat (limited to 'custom')
-rw-r--r--custom/example/example.plugin.zsh2
1 files changed, 2 insertions, 0 deletions
diff --git a/custom/example/example.plugin.zsh b/custom/example/example.plugin.zsh
new file mode 100644
index 000000000..406f27445
--- /dev/null
+++ b/custom/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.