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

chown doesn't complete properly #2013

Closed
momeunier opened this issue Jul 30, 2013 · 1 comment
Closed

chown doesn't complete properly #2013

momeunier opened this issue Jul 30, 2013 · 1 comment

Comments

@momeunier
Copy link

When using chown I can't get autocompletion to work.
If I type chown -R [tab]
it does chown -R off:
like off is the only user available... I do this as root so it should just prompt all the available users.
I often do chown -R ww[tab] and I got nothing...
However if I type www-data:[tab] then I get the group part without any problem

@frozen707
Copy link
Contributor

Duplicate of issue #1857, commit c4434d2 broke completion.

zstyle ':completion:*' users off

on line 48 of lib/completion.zsh should be removed.

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

Successfully merging a pull request may close this issue.

3 participants