new aliases

This commit is contained in:
Locojay 2011-05-20 00:24:02 -04:00
commit 24a4894f0e
2 changed files with 3 additions and 4 deletions

2
zshrc
View file

@ -22,7 +22,7 @@ MODE_INDICATOR="%{$fg_bold[cyan]%}-- CMD MODE -- $R"
# 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 git-flow gem brew vi-mode pip osx)
plugins=(git git-flow gem brew vi-mode pip osx syntax-highlighting extract)
source $ZSH/oh-my-zsh.sh
# Customize to your needs...