olets / zsh-abbr

The zsh manager for auto-expanding abbreviations, inspired by fish. ~13,000 unique cloners as of May '24, 580+ Homebrew installs 6/23-6/24
https://zsh-abbr.olets.dev
Other
510 stars 18 forks source link

homebrew installation might be buggy? #43

Closed olets closed 2 years ago

olets commented 3 years ago

A coworker tried installing with Homebrew and got an error. They then switched to use a plugin manager and that worked. Investigate…

olets commented 2 years ago

Am not able to replicate.

In my zshrc, commented out zsh-abbr lines.

brew uninstall -f olets/tap/zsh-abbr
brew install olets/tap/zsh-abbr
echo "source /opt/homebrew/share/zsh-abbr/zsh-abbr.zsh" >> ~/.zshrc
exec zsh

Adding and expanding work.

In my zshrc, commented out all lines except source /opt/homebrew/share/zsh-abbr/zsh-abbr.zsh

In a new terminal, adding and expanding work.