summaryrefslogtreecommitdiff
path: root/custom/plugins/example/example.plugin.zsh
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2014-03-22 15:58:00 -0700
committerRobby Russell <robby@planetargon.com>2014-03-22 15:58:00 -0700
commit668886e20376479961250c9c44b8c0673e62f11d (patch)
tree96fbc3c4245a92f80aa54458c718bb4d92191fa8 /custom/plugins/example/example.plugin.zsh
parent5540daf4a2cc7dbf5353f4e05ed13a3e6d25b9cb (diff)
parentaf03da0dc91a32175f99f85ab1fc09dc4246fef9 (diff)
downloadzsh-668886e20376479961250c9c44b8c0673e62f11d.tar.gz
zsh-668886e20376479961250c9c44b8c0673e62f11d.tar.bz2
zsh-668886e20376479961250c9c44b8c0673e62f11d.zip
Merge pull request #1117 from Peeja/move-example-plugin
Move example plugin to the custom plugins directory.
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.