olets / zsh-abbr

The zsh manager for auto-expanding abbreviations, inspired by fish. ~18,000 clones by ~12,000 unique cloners as of Sept '24, and averaging ~60 Homebrew installs monthly since June 2023
https://zsh-abbr.olets.dev
Other
554 stars 19 forks source link

command not found: create_aliases #2

Closed ifreund closed 4 years ago

ifreund commented 4 years ago

Unfortunately, even with my fixes to the mktemp invocations in https://github.com/olets/zsh-abbr/pull/1, the program fails to run with the following error:

$ abbr --version
_zsh_abbr:608: command not found: create_aliases

I'm running zsh 5.7.1 on arch linux. Any advice would be appreciated. I've been looking for something exactly like this plugin as I really liked fish's abbreviations but was annoyed by other aspects of fish.

olets commented 4 years ago

Glad you found it! This will be fixed in the next version

olets commented 4 years ago

Fixed in 2.1.0 (along with other changes, see the release notes). I also added a ROADMAP.md

ifreund commented 4 years ago

thanks, that commit fixes things. with the patch in this comment applied as well https://github.com/olets/zsh-abbr/pull/1#issuecomment-589971810 zsh-abbr functions without issue on my system.

olets commented 4 months ago

Belatedly recognizing bug reporters in https://github.com/olets/zsh-abbr#community and https://zsh-abbr.olets.dev/community/. would you like to be added @ifreund for code and the arch package?