Skip to content

Commands

init

sh
zd init <SHELL>

Print the initialization script.

WARNING

This command should be added to your shell configuration file (such as ~/.bashrc), see Getting Started for more details.

plugin

install

sh
zd plugin install <PLUGINS>...

Install plugins.

Aliases: i, add

list

sh
zd plugin list

List installed plugins.

Aliases: ls

uninstall

sh
zd plugin uninstall <PLUGINS>...

Uninstall plugins.

Aliases: remove, rm

update

sh
zd plugin update [PLUGINS]...

Update plugins.

If no plugins are specified, all plugins will be updated.

Aliases: upgrade

Released under the MIT License