You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I type ls and press TAB to autocomplete I get alwaysautoautomaticnever 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.
The text was updated successfully, but these errors were encountered:
Alternatively, the option --icons can be placed before --group-directories-first; the default value for --icons is auto and --group-directories-first is just a flag.
When I type
ls
and press TAB to autocomplete I getalways
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 isalias ls='eza --group-directories-first --icons'
. The icons argument should be--icons=something
instead of--icons
only.The text was updated successfully, but these errors were encountered: