79674953

Date: 2025-06-22 07:10:46
Score: 3.5
Natty:
Report link

After trying very many suggestions to solving this issue I finally got to get an easy way to fix it:

To fix

how do I fix this

Last login: Sun Jun 22 09:02:21 on ttys000

[WARNING]: Console output during zsh initialization detected.

When using Powerlevel10k with instant prompt, console output during zsh
initialization may indicate issues.

You can:

  - Recommended: Change ~/.zshrc so that it does not perform console I/O
    after the instant prompt preamble. See the link below for details.

    * You will not see this error message again.
    * Zsh will start quickly and prompt will update smoothly.

  - Suppress this warning either by running p10k configure or by manually
    defining the following parameter:

      typeset -g POWERLEVEL9K_INSTANT_PROMPT=quiet

    * You will not see this error message again.
    * Zsh will start quickly but prompt will jump down after initialization.

  - Disable instant prompt either by running p10k configure or by manually
    defining the following parameter:

      typeset -g POWERLEVEL9K_INSTANT_PROMPT=off

    * You will not see this error message again.
    * Zsh will start slowly.

  - Do nothing.

    * You will see this error message every time you start zsh.
    * Zsh will start quickly but prompt will jump down after initialization.

For details, see:
https://github.com/romkatv/powerlevel10k#instant-prompt

-- console output produced during zsh initialization follows --

[oh-my-zsh] plugin 'zsh-autosuggestions' not found
[oh-my-zsh] plugin 'zsh-syntax-highlighting' not found

You only need to comment out this line in your zshrc:
plugins=(git zsh-autosuggestions zsh-syntax-highlighting)

Reasons:
  • Blacklisted phrase (1): the link below
  • Blacklisted phrase (1): how do I
  • Blacklisted phrase (1): to comment
  • RegEx Blacklisted phrase (1): See the link
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: VinnohKimani