gazorby / fish-abbreviation-tips

💡 Help you remembering your abbreviations
MIT License
299 stars 7 forks source link

Didn't show tips for plugin-git #19

Closed mrunhap closed 2 years ago

mrunhap commented 2 years ago

Describe the bug Didn't show tips for plugin-git

To Reproduce Install these two plugin and run git add . ?

Expected behavior Show ga =>> git add .

Screenshots

Screen Shot 2021-11-10 at 10 21 47 AM

System (please complete the following information): fish, version 3.3.1 MacOS 12.0.1

luong-komorebi commented 2 years ago

can confirm this bug is true. Also wont work for kubernetes or any thing else.

However, it will work if you trigger __abbr_tips_init So maybe what s needed to be done here is installing all other plugins that deals with abbreviation after install this plugin.

Or, have some way to trigger __abbr_tips_init that affect the results

image