gazorby / fish-abbreviation-tips

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

fix abbr --add option typo #13

Closed zhylmzr closed 3 years ago

zhylmzr commented 3 years ago

Description

If you use the "--add" option to add abbreviations, the list will not be updated.

Notes

https://fishshell.com/docs/current/cmds/abbr.html?highlight=abbr%20add

zhylmzr commented 3 years ago

This fishtape no longer supports "setup" and "teardown", if you need to execute a command, just write the script directly.

https://github.com/jorgebucaran/fishtape/issues/53

zhylmzr commented 3 years ago

Maybe we can perform variable cleanup in each unit test to ensure that other tests will not be affected.

gazorby commented 3 years ago

Thank you @zhylmzr, looks good to me!