Skip to content

Releases: psprint/Zinit-4

Zinit4 ver. 4.0.13

Choose a tag to compare

@psprint psprint released this 22 Sep 08:58

New feature – TUI interface for updating plugins and quickly pointing errors is now available – simply run z4 update --ui to run the console..

asciicast

Zinit4 ver. 4.0.10

Choose a tag to compare

@psprint psprint released this 21 Sep 02:45

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

Choose a tag to compare

@psprint psprint released this 20 Sep 10:39

See NEWS.md for information on the features.

Zinit4 ver. 4.0.3

Choose a tag to compare

@psprint psprint released this 29 Aug 15:53

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

Choose a tag to compare

@psprint psprint released this 29 Aug 09:03

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