zi cenable
Summary
Section titled “Summary”Re-enable a completion that was previously disabled with zi cdisable. Restores the symlink so the completion is active for compinit.
Syntax / Usage
Section titled “Syntax / Usage”zi cenable {cname}{cname} is the completion name without the leading underscore (e.g., git for _git).
Details
Section titled “Details”Re-creates the symlink in $ZINIT[COMPLETIONS_DIR] for the named completion. After running cenable, you may need to run compinit again (or open a new shell) for the completion to become active in the current session.
Examples
Section titled “Examples”# Re-enable the _git completionzi cenable git
# Re-enable docker completionzi cenable dockerSee Also
Section titled “See Also”- cmd-cdisable
- cmd-completions
- cmd-creinstall