From 265abcbd0f5026ffe3b070d70a388c0528b7623e Mon Sep 17 00:00:00 2001 From: Locojay Date: Sun, 5 Jun 2011 20:28:11 -0400 Subject: [PATCH] adding brew editor --- custom/brew.plugin.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/custom/brew.plugin.zsh b/custom/brew.plugin.zsh index d90eda237..aa892f67f 100644 --- a/custom/brew.plugin.zsh +++ b/custom/brew.plugin.zsh @@ -1,2 +1,3 @@ #python path ==> brew easy_install and pip are used export PATH='/usr/local/share/python':$PATH +export HOMEBREW_EDITOR=vim