-
-
Notifications
You must be signed in to change notification settings - Fork 8.1k
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
Autocompletion and ls alias #755
Comments
What alias are you using? While it's a horrible idea to clobber builtins with aliases, |
|
@nkt have you sourced |
@ljharb I'm just installed it using brew and completed following steps:
|
Please install |
@ljharb I'm not alone with idea of overwriting commands, like |
yup, people do it, but that doesn't make it wise :-) We don't use |
Thanks - I'm able to reproduce this locally. I'll see what I can do. |
Released in |
Thanks! |
thx~ |
I guess autocompletion for installed versions based on default
ls
output, so if I'm using some alias for it, I'll got completions like this:I guess using
/bin/ls
could resolve this problem.The text was updated successfully, but these errors were encountered: