Releases: psprint/Zinit-4
Zinit4 ver. 4.0.13
Zinit4 ver. 4.0.10
See NEWS.md for information on the features. In this version the directory path shorthands (like: ~[z4bin]
or @my-plg-func
) are kept in sync when a new plugin is installed. Also, the AppImage distribution can be now normally updated via z4 self-update
and z4 update --all
,
Also, it is now recommended that zinit
invocations that load plugins are moved to: ~/.zsh-plugins.zsh
. This file is automatically sourced at appropriate time when sourcing zinit.zsh
, only once,
Zinit4 ver. 4.0.8
See NEWS.md for information on the features.
Zinit4 ver. 4.0.3
A new way of distributing – simply download the AppImage and add this to your zshrc:
eval "$(…/z4-4.0.1,AppImage -ie)"
This command will load Zinit 4
. The options are -i
or --install
and -e
or --eval
. You can also just install Zinit4, via:
…/z4-4.0.1,AppImage --install
and then load it normally via:
source ~/.local/share/zinit/zinit.bin/zinit.zsh
added to Zshrc. The --install
command should be also placed there, it installs Zinit 4
just once
Zinit4 ver. 4.0.1
A new way of distributing – simply download the AppImage and add this to your zshrc:
eval "$(…/z4-4.0.1,AppImage -ie)"
This command will load Zinit 4
. The options are -i
or --install
and -e
or --eval
. You can also just install Zinit4, via:
…/z4-4.0.1,AppImage --install
and then load it normally via:
source ~/.local/share/zinit/zinit.bin/zinit.zsh
added to Zshrc. The --install
command should be also placed there, it installs Zinit 4
just once