3 autoload -U compinit zrecompile
5 zsh_cache=${HOME}/.zsh_cache
8 compinit -d $zsh_cache/zcomp-$HOST
10 for f in ~/.zshrc $zsh_cache/zcomp-$HOST; do
11 zrecompile -p $f && rm -f $f.zwc.old
16 for zshrc_snipplet in ~/.zsh.d/S[0-9][0-9]*[^~]; do
17 source $zshrc_snipplet