From 65d1bc1b5f3eb0aeff29c852f4eb8dae9f04dd06 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 19 Sep 2011 11:14:26 -0500 Subject: [PATCH] hombrew plugin --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 1deb006..787f544 100644 --- a/.zshrc +++ b/.zshrc @@ -16,7 +16,7 @@ export ZSH_THEME="kennethreitz" # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) # Example format: plugins=(rails git textmate ruby lighthouse) -plugins=(git osx) +plugins=(git osx brew) source $ZSH/oh-my-zsh.sh