Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ls directory completion doesn't work #10

Open
lorber13 opened this issue Oct 28, 2023 · 2 comments
Open

ls directory completion doesn't work #10

lorber13 opened this issue Oct 28, 2023 · 2 comments

Comments

@lorber13
Copy link

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.

@amogower
Copy link

Have just submitted a PR to fix this.

@gxmas
Copy link

gxmas commented Dec 1, 2023

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.

alias ls='eza --icons --group-directories-first'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants