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 | |
parent | 7a94b760193306fd62c07c93e116439f2bd8059b (diff) | |
download | zsh-d1323edb499d5f9fbe7641bcab402229ad773195.tar.gz zsh-d1323edb499d5f9fbe7641bcab402229ad773195.tar.bz2 zsh-d1323edb499d5f9fbe7641bcab402229ad773195.zip |
Move example plugin to the custom plugins dir.
-rw-r--r-- | .gitignore | 4 | ||||
-rw-r--r-- | custom/plugins/example/example.plugin.zsh (renamed from custom/example/example.plugin.zsh) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 51a5ee6c3..8fa66f02f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,8 @@ locals.zsh log/.zsh_history projects.zsh -custom/* -!custom/example +custom +!custom/plugins/example !custom/example.zsh *.swp !custom/example.zshcache diff --git a/custom/example/example.plugin.zsh b/custom/plugins/example/example.plugin.zsh index 406f27445..406f27445 100644 --- a/custom/example/example.plugin.zsh +++ b/custom/plugins/example/example.plugin.zsh |