Closed alkene0005 closed 1 week ago
By default zsh-autocomplete
sets completer functions
to:
https://github.com/marlonrichert/zsh-autocomplete/blob/762afacbf227ecd173e899d10a28a478b4c84a3f/Functions/Init/.autocomplete__config#L13-L14
Set whatever completer functions
you want in .zshrc
after you source zsh-autocomplete
In this case remove the _expand
function:
zstyle ':completion:*' completer _complete _complete:-fuzzy _correct _approximate _ignored
Sorting is also possible, Don't put it on top anyway 🙁