pullopts
Summary
Section titled “Summary”pullopts'' passes arbitrary flags to the git pull command used when updating
plugins.
Syntax / Usage
Section titled “Syntax / Usage”zi ice pullopts"--rebase"zi ice pullopts"--ff-only"Details
Section titled “Details”The contents of pullopts'' are appended to the git pull invocation during zinit update. Useful for enforcing a specific merge strategy (e.g. rebase, fast-forward
only) for a particular plugin.
Does not work with snippets.
Examples
Section titled “Examples”# Always rebase instead of merge when updatingzi ice pullopts"--rebase"zi light some/pluginSee Also
Section titled “See Also”- cloneopts
- depth