-
Notifications
You must be signed in to change notification settings - Fork 9
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
Fix autocompletion macOS (brew instalation) #205
Comments
A user may invoke `git elegant` as well as `git-elegant`. And we have to provide BASH completion in both cases. That's why the completion function is now registered for `git-elegant` name. And it works for `git elegant` also. #205
@alexbeatnik please try a new version - https://github.com/bees-hive/elegant-git/releases/tag/0.11.0. It should solve the issue. |
@extsoft I try to update elegant git using brew and have this output |
@alexbeatnik try to uninstall and install again. I think it's related to Brew, not Elegant Git. |
You are right steps to uninstall and install helps. Autocompletion works |
The bug
Do not work autocompletion when you typping
git-elegant
Steps to reproduce
brew install git
brew install bees-hive/hive/elegant-git
git-elegant sa{-tab-}
My environment
git --version
: 2.23.0bash --version
: 3.2.57The text was updated successfully, but these errors were encountered: