Skip to content

lucid

lucid suppresses the “Loaded …” message that Zinit prints under the prompt when a plugin is loaded via turbo mode (wait''). It is the standard companion to wait''.

Terminal window
zi ice wait lucid
zi load some/plugin

In turbo mode, Zinit prints a “Loaded …” notification after each deferred plugin finishes loading. lucid silences that specific message. It is a subset of silent: silent also mutes the plugin’s own stdout/stderr, while lucid does not.

lucid has no effect outside of turbo mode (i.e. when wait'' is not set), because the loading message only appears for deferred plugins.

Terminal window
# Standard turbo pair – fast startup, no output noise
zi ice wait lucid
zi light zsh-users/zsh-autosuggestions
# for-syntax equivalent
zinit lucid wait for \
zsh-users/zsh-autosuggestions \
zdharma-continuum/fast-syntax-highlighting
  • wait
  • silent
  • notify