gazorby / fish-abbreviation-tips

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

Fix bug in __abbr_tips_init.fish #23

Closed kanhaiya38 closed 2 years ago

kanhaiya38 commented 2 years ago

Description

closes #21.

Related issues

Notes

Due to -- at incorrect position in string trim command in functions/__abbr_tips_init.fish incorrect values were being appended to the variable __ABBR_TIPS_VALUES.

gazorby commented 2 years ago

Hi @kanhaiya38!

Thank you for catching this and adding the missing tests, looks good to me ;)