When I type ls and press TAB to autocomplete I get always auto automatic never instead of the files inside the working directory.
I think it is related to the line 10 of the file eza.plugin.zsh where there is alias ls='eza --group-directories-first --icons'. The icons argument should be --icons=something instead of --icons only.