From 15f529b4375b882563038a72b208a6f1692fe57e Mon Sep 17 00:00:00 2001 From: Ahir Reddy Date: Thu, 17 May 2012 01:34:20 -0700 Subject: [PATCH] updated template to include syntax highlighting --- 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 763288dfd..328127297 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -45,7 +45,7 @@ ZSH_THEME="robbyrussell" # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. -plugins=(git) +plugins=(git zsh-syntax-highlighting) # User configuration