zi recall
Summary
Section titled “Summary”Fetch the saved ice modifiers for a plugin or snippet and reconstruct the zi ice ... command that would reproduce the current configuration. Useful for inspecting what ices were applied at install time.
Syntax / Usage
Section titled “Syntax / Usage”zi recall {plg-spec}|{URL}Details
Section titled “Details”Ice modifiers are persisted to the ._zinit/ subdirectory inside each plugin or snippet’s directory on disk. recall reads that data and prints the equivalent zi ice ... command. This lets you verify exactly which ices Zinit will use when updating or reinstalling the resource, without having to inspect the raw files manually.
Examples
Section titled “Examples”# See what ices were saved for a pluginzi recall zsh-users/zsh-autosuggestions
# See ices for a snippetzi recall OMZP::gitSee Also
Section titled “See Also”- cmd-ice
- cmd-load
- cmd-status