Browse Source

use knife plugin and codereview aliases

pull/1/head
Brett Langdon 12 years ago
parent
commit
c165001297
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      zshrc

+ 4
- 1
zshrc View File

@ -2,7 +2,7 @@ ZSH=$HOME/.oh-my-zsh
ZSH_THEME="bira"
DISABLE_AUTO_UPDATE="true"
COMPLETION_WAITING_DOTS="true"
plugins=(git brew pip python node npm urltools golang)
plugins=(git brew pip python node npm urltools golang knife)
source $ZSH/oh-my-zsh.sh
@ -16,3 +16,6 @@ export PATH=$PATH:$GOPATH/bin
export CHEF_PATH=~/Magnetic/chef-repo
unsetopt inc_append_history
unsetopt share_history # share command history data
alias cr="codereivew"
alias crr="codereview --reviewers"
alias cri="codereview --issue"

Loading…
Cancel
Save