From af03da0dc91a32175f99f85ab1fc09dc4246fef9 Mon Sep 17 00:00:00 2001 From: Peter Jaros Date: Wed, 16 May 2012 14:51:52 -0400 Subject: Move example plugin to the custom plugins dir. --- custom/example/example.plugin.zsh | 2 -- custom/plugins/example/example.plugin.zsh | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 custom/example/example.plugin.zsh create mode 100644 custom/plugins/example/example.plugin.zsh (limited to 'custom') diff --git a/custom/example/example.plugin.zsh b/custom/example/example.plugin.zsh deleted file mode 100644 index 406f27445..000000000 --- a/custom/example/example.plugin.zsh +++ /dev/null @@ -1,2 +0,0 @@ -# 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. 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. -- cgit v1.2.3-70-g09d2