@ -11,8 +11,6 @@ fpath=($ZSH/functions $ZSH/completions $fpath)
# Load all stock functions (from $fpath files) called below.
# Load all stock functions (from $fpath files) called below.
autoload -U compaudit compinit
autoload -U compaudit compinit
: ${ ZSH_DISABLE_COMPFIX : =true }
# Set ZSH_CUSTOM to the path where your custom config files
# Set ZSH_CUSTOM to the path where your custom config files
# and plugins exists, or else we will use the default custom/
# and plugins exists, or else we will use the default custom/
if [ [ -z " $ZSH_CUSTOM " ] ] ; then
if [ [ -z " $ZSH_CUSTOM " ] ] ; then
@ -74,7 +72,7 @@ if [[ $ZSH_DISABLE_COMPFIX != true ]]; then
compinit -d " ${ ZSH_COMPDUMP } "
compinit -d " ${ ZSH_COMPDUMP } "
fi
fi
else
else
compinit -i -d " ${ ZSH_COMPDUMP } "
compinit -u -d " ${ ZSH_COMPDUMP } "
fi
fi
# Load all of the plugins that were defined in ~/.zshrc
# Load all of the plugins that were defined in ~/.zshrc