When I misspell a command or directory and press enter, zsh first says command not found, but then displays the annoying "searching..." text, which can take a few seconds to show me, that nothing has been found anyway ;)
So, from my point of view, it's an anti-feature.
How can I disable it?
Notes:
- I'm using OpenSuse 11.2. Could it be an OpenSuse-specific feature?
- My .zshrc is empty.
- I'm not talking about that autocomplete that comes after pressing tab
Sample from console:
me@myhost:~> testt [enter]
zsh: command not found: testt
testt: searching...
testt: command not found