# HG changeset patch # User Steve Losh # Date 1293121392 18000 # Node ID da8bea48a8226599239ca891ab14bc958eef1dac # Parent 8cf5181b272efe3f6a1457d3673959cf15b65506 zsh: fabric plugin diff -r 8cf5181b272e -r da8bea48a822 .zshrc --- 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 -------------------------------------------------------------