-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[Bug]: System alias ll='ls -l --color=auto' with aliases completion enabled breaks bash file/directory tab completion behavior #2174
Comments
Greetings! I tried bringing up fedora 36 in docker, installing git and bash-completion via yum, then installing bash-it, then enabling general aliases and alias completion ... And I am unable to reproduce this bug. Some additional things that might help to share:
With the output of all these, I may get a better since of what is happning. Additionally, if you were able to reproduce starting from:
I would be very interested in knowing the steps to repeat in my local docker ... -D |
So by fumbling around, i was able to duplicate this issue in my docker image. I get the error when I have the
If instead I put the color option as an
Lemme know if this relates to your issue ... |
Yes, it's related to that, as the default It's also important to make sure only the And the following package needs to be installed if it is not already: sudo dnf install bash-completion I've now updated the original title and post to clarify these things. One final comment is that I don't use the |
There are two things we need to address here:
what do you think @davidpfarrell @font ? |
Expected behavior
Current behavior
Possible solution
I have not looked into it yet, but it's related to the
aliases.completion.bash
being enabled.Context
I've had to either resort to not using the
ll
alias (not desirable) or disabling thealiases
completion (less desirable).Steps to reproduce
Make sure all
aliases
,completions
, andplugins
are disabled. Then:Bash-it version
v3.0.2
List of enabled plugins, themes and aliases
Only the following is enabled:
completions: aliases
Bash version
5.2.2
Operating system and version
Fedora 36
bash-it doctor output
Your ~/.bashrc
This should be reproducible with the default vanilla
.bashrc
provided by bash-it.# How to get: cat ~/.bashrc
Notes
No response
The text was updated successfully, but these errors were encountered: