Many commands are not found by zsh
Posted
by
Denny Mueller
on Super User
See other posts from Super User
or by Denny Mueller
Published on 2013-06-27T10:15:45Z
Indexed on
2013/06/27
16:23 UTC
Read the original article
Hit count: 318
zsh
|autocomplete
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?
© Super User or respective owner