gazorby / fish-abbreviation-tips

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

Update README.md #6

Closed idkjs closed 3 years ago

idkjs commented 4 years ago

add omf install instructions

Description

Related issues

Notes

gazorby commented 3 years ago

For now, only fisher is supported. I don't use oh-my-fish but if you are interested, PR is welcome!

idkjs commented 3 years ago

I am probably missing something but it seems to work just like in the instruction I provided so figured I would share it. If not, lets close it.

gazorby commented 3 years ago

I juste tried it on a fresh Linux user with omf, but although the plugin was successfully installed, it dosn't show any tips. Were you able to make it work?

idkjs commented 3 years ago

I just uninstalled and reinstalled with the suggested command and it stopped working on uninstall, the worked on install in a fresh terminal (on right).

Screen Shot 2020-10-31 at 11 18 14 AM
gazorby commented 3 years ago

Hi @idkjs, since we use fisher events to initialize abbreviations the first time, this plugin is definitely not compatible with omf. However, if you really want it to work, calling the __abbr_tips_install function right after the plugin installation should be enough.

Keep in mind that you will also have to clear plugin variables using __abbr_tips_uninstall when uninstalling.