Skip to content

Command not found compdef

What

This is an error you will see when running source ~/.zshrc after installing zsh autocomplete

 source ~/.zshrc
/dev/fd/13:2: command not found: compdef
/dev/fd/13:213: command not found: compdef

Solution

Edit your .zshrc file and put the below in at the top

autoload -Uz compinit
compinit

Want to make this site better? Open a PR or help fund hosting costs