From 8bd3909aad57e57fa6985ae0fff13c3468c7c269 Mon Sep 17 00:00:00 2001 From: Michael Komitee Date: Sun, 26 Dec 2010 17:44:03 -0500 Subject: [PATCH] adding new plugin to support executing commands without a ccache --- templates/zshrc.zsh-template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index ee2efee28..fd184287c 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -16,7 +16,7 @@ export DISABLE_AUTO_UPDATE="true" # 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 github vi-mode) +plugins=(git github vi-mode kerberos) source $ZSH/oh-my-zsh.sh