diff options
author | Peter Jaros <peter.a.jaros@gmail.com> | 2012-05-16 14:51:52 -0400 |
---|---|---|
committer | Peter Jaros <peter.a.jaros@gmail.com> | 2012-05-16 14:51:52 -0400 |
commit | af03da0dc91a32175f99f85ab1fc09dc4246fef9 (patch) | |
tree | b8ea2a50f2844e4db8f583fea286041f3c8d0424 | |
parent | 1120f973054836eeb53750f57d69fbec41a340dc (diff) | |
download | zsh-af03da0dc91a32175f99f85ab1fc09dc4246fef9.tar.gz zsh-af03da0dc91a32175f99f85ab1fc09dc4246fef9.tar.bz2 zsh-af03da0dc91a32175f99f85ab1fc09dc4246fef9.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 2e8db7341..fdd13bb87 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 cache *.swp 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 |