snippetbashTip
zinit — Flexible and blazing fast Zsh plugin manager. More information: <https://github.com/zdharma-continuu
Viewed 0 times
commandandzshblazingclifastflexiblezinit
Problem
How to use the
zinit command: Flexible and blazing fast Zsh plugin manager. More information: <https://github.com/zdharma-continuum/zinit>.Solution
zinit — Flexible and blazing fast Zsh plugin manager. More information: <https://github.com/zdharma-continuum/zinit>.Show all installed plugins:
zinit pluginsGo to the directory of a plugin:
zinit cd {{repository_owner}}/{{repository_name}}Fetch the newest version of
zinit from GitHub:zinit self-updateList status of all installed completions:
zinit completionsInstall completions for a plugin:
zinit creinstall {{repository_owner}}/{{repository_name}}Delete completion for a plugin:
zinit cuninstall {{repository_owner}}/{{repository_name}}Code Snippets
Show all installed plugins
zinit pluginsGo to the directory of a plugin
zinit cd {{repository_owner}}/{{repository_name}}Fetch the newest version of `zinit` from GitHub
zinit self-updateList status of all installed completions
zinit completionsInstall completions for a plugin
zinit creinstall {{repository_owner}}/{{repository_name}}Context
tldr-pages: common/zinit
Revisions (0)
No revisions yet.