From b800a5d24b0f89422f8da0e56713dc217c48d39f Mon Sep 17 00:00:00 2001 From: Owen LeJeune Date: Tue, 29 Sep 2020 10:04:44 -0400 Subject: [PATCH] restore example plugin --- example/example.plugin.zsh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 example/example.plugin.zsh diff --git a/example/example.plugin.zsh b/example/example.plugin.zsh new file mode 100644 index 0000000..406f274 --- /dev/null +++ b/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.