Closed
Description
@olets's maintainer edit: this has become a catchall for several bugs with the same end result. Summarizing here to save newcomers having to read the thread
- Homebrew
zsh-abbr
formula had a bug. Fixed. Read #156 (comment) for how to apply the fix. - Documentation for manual install needed updating. Fixed. Read https://zsh-abbr.olets.dev/installation.html#manual for the updated documentation.
- GitHub-generated archives had a bug. Fixed. Read https://github.com/olets/zsh-abbr/releases/tag/v6.0.0 for how to get a complete archive.
- Installing with zsh4humans takes extra work. Read https://zsh-abbr.olets.dev/integrations.html#zsh4humans
- Some other plugin managers have limitations. Read the collapsed details at https://zsh-abbr.olets.dev/installation.html#plugin
- NixOS package wasn't working. Fixed in zsh-abbr: 5.8.3 -> 6.0.1 NixOS/nixpkgs#364640, see earlier attempts at zsh-abbr: 5.8.3 -> 6.0.0 NixOS/nixpkgs#355512.
Original report follows…
Is there an existing issue for this?
- I have searched the existing issues
Update the issue title
- I have updated the title
Expected Behavior
source /opt/homebrew/share/zsh-abbr/zsh-abbr.zsh
should return no errors and "just work" ;-)
Actual Behavior
❯ brew install olets/tap/zsh-abbr
[ … no errors … ]
❯ source /opt/homebrew/share/zsh-abbr/zsh-abbr.zsh
abbr: There was a problem finishing installing dependencies
Steps To Reproduce
- macOS 14.7.1
- Homebrew 4.4.5
- zsh-abbr installed via
brew install olets/tap/zsh-abbr
source /opt/homebrew/share/zsh-abbr/zsh-abbr.zsh
Environment
❯ abbr profile
abbr:905: no such file or directory: /opt/homebrew/Cellar/zsh-abbr/6.0.0/share/zsh-abbr/zsh-job-queue/zsh-job-queue.zsh
abbr:906: no such file or directory: /opt/homebrew/Cellar/zsh-abbr/6.0.0/share/zsh-abbr/zsh-job-queue/zsh-job-queue.zsh
abbr:925: no such file or directory: /opt/homebrew/Cellar/zsh-abbr/6.0.0/share/zsh-abbr/zsh-job-queue/zsh-job-queue.zsh
zsh-abbr version 6.0.0
zsh 5.9 (x86_64-apple-darwin23.0)
OSTYPE darwin23.0
Installation method
Homebrew
Installation method details
No response
Anything else?
Thanks for zsh-abbr, worked really great for me for the last years and makes working with ZSH so much more comfortable!
Please let me know if I can test so0mething or which additional info is needed – the error message itself is not very verbose …
Metadata
Metadata
Assignees
Labels
Projects
Status
Done