And here is a call to compinit: ``` $ grep compinit $ZSH/oh-my-zsh.sh autoload -U compaudit compinit # before running compinit. compinit -i -d "${ZSH_COMPDUMP}" compinit -u -d "${ZSH_COMPDUMP}" ```