-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Can't get aliases added to Bash completion #91
Comments
Please open a discussion rather than an issue for this, sorry. Want to keep issues for reproducible problems. |
@MikeMcQuaid That makes sense, though I have no option to open discussion in this repo 🤷🏻 |
Thanks for the pointer. |
Opening discussion wasn't helpful 😞 |
@yermulnik Sorry that discussions haven't helped but can't help any more here, either. If you figure out the fix we'll review a PR. |
Add Bash completion support for Homebrew aliases: https://github.com/Homebrew/homebrew-aliases Unfortunately I'm not familiar enough neither with Ruby, nor with Fish/Zsh 🤷🏻 Fixes Homebrew/homebrew-aliases#91
I'm truing to debug why Bash completion for Brew aliases work on one of my systems, while it doesn't on another.
"Affected" system:
Is there anything I can take a look into to understand why the same setup on another system works w/o issues and lists Brew aliases? Maybe some specific place inside
/home/linuxbrew/.linuxbrew/etc/bash_completion.d/brew
file that I couldn't identify during my own investigation? 🤔Thanks.
The text was updated successfully, but these errors were encountered: