Replace redundant calls to compinit with a single call.

This commit is contained in:
Pat Regan 2011-04-08 10:12:22 -04:00
commit 993e05da50
10 changed files with 4 additions and 19 deletions

View file

@ -17,6 +17,10 @@ for plugin ($plugins) source $ZSH/plugins/$plugin/$plugin.plugin.zsh
# Load the theme
source "$ZSH/themes/$ZSH_THEME.zsh-theme"
# Load and run compinit
autoload -U compinit
compinit -i
# Check for updates on initial load...
if [ "$DISABLE_AUTO_UPDATE" = "true" ]
then