From c1650012970138e6f982c55b02f86cd3c3822271 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Mon, 23 Sep 2013 09:06:10 -0400 Subject: [PATCH] use knife plugin and codereview aliases --- zshrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zshrc b/zshrc index f04aadb..1e14a02 100644 --- a/zshrc +++ b/zshrc @@ -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"