May 24, 2020

SOLVE - zsh function definition file not found

Some commands error when using autocomplete. Ex, error message when using the mv command:

~ ❯❯❯ mv Down...
(eval):1: _mv: function definition file not found

How to solve?

~ ❯❯❯ rm ~/.zcompdump
~ ❯❯❯ exec zsh -l

This solutions worked for me.

If you found error message, comment on this article or contact me 😄