From e829ca2402941475e39f66cdf2b25c15a5271919 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Mon, 20 Oct 2014 10:11:35 -0400 Subject: [PATCH] use knife plugin --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 05a2bb1..6d324a5 100644 --- a/zshrc +++ b/zshrc @@ -3,7 +3,7 @@ ZSH=$HOME/.oh-my-zsh ZSH_THEME="agnoster" DISABLE_AUTO_UPDATE="true" COMPLETION_WAITING_DOTS="true" -plugins=(git pip python node npm tmux) +plugins=(git pip python node npm tmux knife) source $ZSH/oh-my-zsh.sh