add better plugin defaults comment.

This commit is contained in:
Ashley Dev 2011-09-15 17:20:58 -07:00
commit 99412c0659

View file

@ -15,7 +15,7 @@ export DISABLE_COLOR='false'
export DISABLE_AUTO_TITLE='false' export DISABLE_AUTO_TITLE='false'
# Set the plugins to load (see $ZSH/plugins/). # 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) plugins=(git)
source "$ZSH/oh-my-zsh.sh" source "$ZSH/oh-my-zsh.sh"