From 31618e1ef4477da7dba1361ea5e540c25976c681 Mon Sep 17 00:00:00 2001 From: Matt Bailey Date: Tue, 31 Jan 2012 15:06:13 -0700 Subject: [PATCH] putting back the examples... --- custom/example.zsh | 5 +++++ custom/example/example.plugin.zsh | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 custom/example.zsh create mode 100644 custom/example/example.plugin.zsh diff --git a/custom/example.zsh b/custom/example.zsh new file mode 100644 index 000000000..28ffcae25 --- /dev/null +++ b/custom/example.zsh @@ -0,0 +1,5 @@ +# Add yourself some shortcuts to projects you often work on +# Example: +# +# brainstormr=/Users/robbyrussell/Projects/development/planetargon/brainstormr +# \ No newline at end of file diff --git a/custom/example/example.plugin.zsh b/custom/example/example.plugin.zsh new file mode 100644 index 000000000..406f27445 --- /dev/null +++ b/custom/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.