zi dstart / zi dtrace
Summary
Section titled “Summary”Start investigating the current interactive session — Zinit begins recording all aliases, functions, bindkeys, and other shell-state changes from this point forward.
Syntax / Usage
Section titled “Syntax / Usage”zi dstartzi dtrace # alias for dstartNo arguments.
Details
Section titled “Details”Activates session-level investigation mode. From this point, Zinit tracks every shell-state modification (new aliases, functions, bindkeys, etc.) until zi dstop is called. The recorded data can then be viewed with zi dreport or reverted with zi dunload. This mirrors the per-plugin investigation done by zi load, but applied to arbitrary interactive activity rather than a specific plugin.
Examples
Section titled “Examples”# Start tracking, perform some actions, inspect and revertzi dstartsource ~/some-script.zshzi dreportzi dunloadzi dstopSee Also
Section titled “See Also”- cmd-dstop
- cmd-dreport
- cmd-dunload
- cmd-dclear