BREAKING CHANGES:
88e72e8 [docker-compose]
The plugin now checks for the
docker-compose
command instead of trying whetherdocker compose
is a valid command. This means that if the old command is still installed it will be used
instead. To usedocker compose
, uninstall any old copies ofdocker-compose
.96e473a [random]
For consistency,
ZSH_THEME_RANDOM_QUIET
now needs to betrue
if you want to silence the
"Random theme loaded" message in therandom
theme.8c1495a [ruby]
All
gem
aliases that started withg
now start withge
to fix conflicting names with thegit
plugin. Also, theghlp
alias is now renamedgeh
. Have a look at the plugin README for
more information.24974a1 [mercurial]
The
hg_prompt_info
function now usesZSH_THEME_HG_PROMPT_PREFIX
andZSH_THEME_HG_PROMPT_SUFFIX
variables when displaying branch information, similar to thegit_prompt_info
function.bf7c1b1 [git]
The
gdu
alias has been renamed togdup
to avoid a conflict withgo disk usage
(https://github.com/dundee/gdu).89a740b [rust]
cargo
andrustup
plugins have been moved to therust
plugin since they're part of the Rust
toolchain. If you're using these, update your .zshrc file to userust
instead.c9a1ede [golang]
The
gop
alias has been renamed togopa
to avoid conflict with Go+gop
command.be4a952 [cli]
The
zsh_reload
plugin is deprecated. Instead of using itssrc
function, useomz reload
orexec zsh
to reload zsh after making changes to your.zshrc
file.e96b8bd [shell-proxy]
The
DEFAULT_PROXY
setting has been renamed toSHELLPROXY_URL
, andCONFIG_PROXY
has been
renamed toSHELLPROXY_CONFIG
. See the plugin README for more information.a42db12 [archlinux]
yaourt
is no longer maintained nor available as a package. Usepacman
or one of the other
maintained AUR helpers.068feca [zsh-navigation-tools]
The
zsh-navigation-tools
plugin now bundles the version from the zdharma-continuum project,
which republished the projects that psprint deleted (we don't yet know yet why). In theory this
change doesn't break anything, but be aware of the change and that the upstream repository now
lives somewhere else.