zi changes
Summary
Section titled “Summary”View the git log for a plugin’s repository. Shows the commit history to review recent changes after an update.
Syntax / Usage
Section titled “Syntax / Usage”zi changes {plg-spec}Details
Section titled “Details”Runs git log inside the plugin’s directory and displays the commit history. Useful for reviewing what changed after zi update reports new commits, or for getting a sense of a plugin’s activity level. The output format is Zinit’s default git log view.
Examples
Section titled “Examples”# View recent commits for a pluginzi changes zsh-users/zsh-autosuggestionsSee Also
Section titled “See Also”- cmd-status
- cmd-recently
- cmd-update
- cmd-cd