-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Cleanup Ble.sh plugin clashes #2310
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
Conversation
…h plugin is enabled as well.
@akinomyoga think I should add a BATS test here or is this enough? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
I'm not sure how this could be tested. Do you have an idea? One might consider using |
for the record - fzf is still not used by blesh for history nor completion, only when I run it directly such as with the fcd alias. is that the intended result? |
No, with |
well, it's been broken in bash_it for a while now, and it's not working even without ble.sh. I'll test it on a clean shell without any bash_it and see. it's a separate issue. so this PR gets a green light? |
Let me check the behavior in my environment. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried the ira/pre-release-nitpicks
branch in my environment. It's working as expected in my environment.
found a few crucial clashes between the fzf and blesh plugins. this should fix them. credits to @akinomyoga for figuring this out.
Lesson of the day: RTFM
Description
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist:
clean_files.txt
and formatted it usinglint_clean_files.sh
.