v5.0.0 #64
Closed
olets
announced in
Announcements
v5.0.0
#64
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
v5.0.0 is a major version. That means some things are incompatible with v4.x. Casual users should not have to do anything special to migrate from v4.x to v5.0.0, but power users should check the⚠️ s below.
Notable changes
abbr git
command!ABBR_USER_ABBREVIATIONS_FILE
is now${XDG_CONFIG_HOME:-$HOME/.config}/zsh-abbr/user-abbreviations
(but if you have a file in the legacy path${XDG_CONFIG_HOME:-$HOME/.config}/zsh/abbreviations
, that will be used instead)Beta pre-release
Releases
(in reverse chronological order)
To try the beta
You're welcome to give the beta a try, and leave feedback here!
This is tested software. You are however responsible for any loss of data. Use at your own risk.
v5
.brew uninstall zsh-abbr && brew install --HEAD olets/tap/zsh-abbr
.To downgrade from the beta channel to v4.x before v5.0.0 is released
brew uninstall --force zsh-abbr && brew install olets/tap/zsh-abbr
main
.exec zsh
in —or simply close— all open terminalsTo switch from the beta channel to the stable channel once v5.0.0 is released
brew uninstall --force zsh-abbr && brew install olets/tap/zsh-abbr
main
.Beta Was this translation helpful? Give feedback.
All reactions