Guest User

warning

a guest
Oct 16th, 2024
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. [WARNING]: Console output during zsh initialization detected.
  2.  
  3. When using Powerlevel10k with instant prompt, console output during zsh
  4. initialization may indicate issues.
  5.  
  6. You can:
  7.  
  8. - Recommended: Change ~/.zshrc so that it does not perform console I/O
  9. after the instant prompt preamble. See the link below for details.
  10.  
  11. * You will not see this error message again.
  12. * Zsh will start quickly and prompt will update smoothly.
  13.  
  14. - Suppress this warning either by running p10k configure or by manually
  15. defining the following parameter:
  16.  
  17. typeset -g POWERLEVEL9K_INSTANT_PROMPT=quiet
  18.  
  19. * You will not see this error message again.
  20. * Zsh will start quickly but prompt will jump down after initialization.
  21.  
  22. - Disable instant prompt either by running p10k configure or by manually
  23. defining the following parameter:
  24.  
  25. typeset -g POWERLEVEL9K_INSTANT_PROMPT=off
  26.  
  27. * You will not see this error message again.
  28. * Zsh will start slowly.
  29.  
  30. - Do nothing.
  31.  
  32. * You will see this error message every time you start zsh.
  33. * Zsh will start quickly but prompt will jump down after initialization.
  34.  
  35. For details, see:
  36. https://github.com/romkatv/powerlevel10k#instant-prompt
  37.  
  38. -- console output produced during zsh initialization follows --
  39.  
  40. .zsh_aliases:121: command not found: ╭─
  41.  
Advertisement
Add Comment
Please, Sign In to add comment