From f3b939f45bd2192ada8ca4af993391e5428d3f53 Mon Sep 17 00:00:00 2001 From: Simon Gomizelj Date: Tue, 29 Nov 2011 11:35:17 -0500 Subject: [PATCH] Custom isn't needed anymore, ~/.omz/ is the new custom --- custom/example.zsh | 5 ----- custom/example/example.plugin.zsh | 2 -- 2 files changed, 7 deletions(-) delete mode 100644 custom/example.zsh delete mode 100644 custom/example/example.plugin.zsh diff --git a/custom/example.zsh b/custom/example.zsh deleted file mode 100644 index 28ffcae25..000000000 --- a/custom/example.zsh +++ /dev/null @@ -1,5 +0,0 @@ -# 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 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.