From 99412c0659c159896beef3feb87500754302fe77 Mon Sep 17 00:00:00 2001 From: Ashley Dev Date: Thu, 15 Sep 2011 17:20:58 -0700 Subject: [PATCH] add better plugin defaults comment. --- 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 f9f55eb6f..bf8626570 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -15,7 +15,7 @@ export DISABLE_COLOR='false' export DISABLE_AUTO_TITLE='false' # Set the plugins to load (see $ZSH/plugins/). -# Example: plugins=(rails git textmate ruby lighthouse) +# Example: plugins=(vi-mode git git-prompt extract history-substring-search compleat) plugins=(git) source "$ZSH/oh-my-zsh.sh"