Closed alexshelkov closed 4 years ago
I assume you are using zsh
.
Do you have approximate completion turned on? That might be causing those ones to turn up.
ie something like this in your ~/.zshrc
zstyle ':completion:*' completer _complete _approximate
zstyle ':completion:*' max-errors 1
The underscore ones in zsh are valid, but I agree not usually what you want.
Thx for response, but I have to move to other solution, so I can't re-try it now. (But you are correct it was ZSH)
For example if I type
ifconfig
[TAB] I will see this:And all other commands have same underscore equivalents.