da8bea48a822

zsh: fabric plugin
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Thu, 23 Dec 2010 11:23:12 -0500
parents 8cf5181b272e
children 8bb296909e94
branches/tags (none)
files .zshrc

Changes

--- a/.zshrc	Thu Dec 23 11:07:16 2010 -0500
+++ b/.zshrc	Thu Dec 23 11:23:12 2010 -0500
@@ -1,7 +1,7 @@
 export ZSH="$HOME/lib/oh-my-zsh"
 export ZSH_THEME="prose"
 export DISABLE_AUTO_UPDATE="true"
-plugins=(command-coloring pip brew)
+plugins=(command-coloring pip brew fabric)
 source $ZSH/oh-my-zsh.sh
 
 # Custom options -------------------------------------------------------------