diff options
author | Peter Jaros <peter.a.jaros@gmail.com> | 2012-05-16 14:51:52 -0400 |
---|---|---|
committer | Phil Eichinger <phil@zankapfel.net> | 2014-03-25 16:47:57 +0100 |
commit | d1323edb499d5f9fbe7641bcab402229ad773195 (patch) | |
tree | 96fbc3c4245a92f80aa54458c718bb4d92191fa8 /custom/plugins/example/example.plugin.zsh | |
parent | 7a94b760193306fd62c07c93e116439f2bd8059b (diff) | |
download | zsh-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.zsh | 2 |
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. |