Hyprland kullanıyorum ve Console her açtığımda zsh hata veriyor. Yazılanları yapmayı denediğimde hiçbiri çalışmıyor. Zsh ve oh my zsh güncelledim, Hala çalışmadı. Hata kodu bu:
[WARNING]: Console output during zsh initialization detected.
When using Powerlevel10k with instant prompt, Console output during zsh
İnitialization 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.