Many commands are not found by zsh
- by Denny Mueller
If I tab autocomplete, most of the time I get errors.
Let's say I do a vim tab to look for the files in the folder. It just jumps to the next command line.
Or let's say I press tab after typing rvm use 2.0.0 --default I will get zsh: correct 'rvm' to 'rvim' [nyae]?. If I say no, I get a command not found error.
Also if I press tab after typing ruby -v, zsh wants to correct to _ruby -v.
Any known bug or any help for this?