How can I clear the cache of zsh autocomplete.

E.g. if I do:

> apt-get install rubygems
> gem
zsh: correct 'gem' to 'gdm' [nyae]? % n
RubyGems is a sophisticated package manager for Ruby.  This is a
basic help message containing pointers to more information.
...

How can I prevent the "correct 'gem' to 'gdm'" part?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

I think the answer lies with something like hashing. See this StackOverflow answer for more.

http://stackoverflow.com/questions/3437454/zsh-questioning-correct-command-how-to-stop

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.