gazorby / fish-abbreviation-tips

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

🐛 fix: trim simple/double quotes from abbr/alias #24

Closed gazorby closed 2 years ago

gazorby commented 2 years ago

Description

Trim simple and double quotes when adding abbreviations/aliases :

When adding a new abbreviations :

abbr -a gq "grep -q"

__ABBR_TIPS_VALUES should be updated with grep -q instead of "grep -q"

Same with simple quotes.

Related issues

Maybe #21

Notes