Skip to content

Command not found: complete

When this happens

For example, AWS cli requires complete for the completion to work

Example Error

/home/gus-the-hamster/: command not found: complete

Resolution

Add the below to your ~/.zshrc

autoload -U +X bashcompinit && bashcompinit
autoload -U +X compinit && compinit

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