Hello, thanks for this awesome project, I'm enjoying it.
However, I've got powerlevel10k instant prompt enabled in my .zshrc. After enabling zsh-helix-mode in my dotfiles, powerlevel10k complains about console output during zsh initialization.
For now, it's possible to mitigate this issue by suppressing the warning by:
typeset -g POWERLEVEL9K_INSTANT_PROMPT=quiet
The detailed explanation of this problem can be found in the documentation here: https://github.com/romkatv/powerlevel10k?tab=readme-ov-file#how-do-i-configure-instant-prompt.
Hello, thanks for this awesome project, I'm enjoying it.
However, I've got powerlevel10k instant prompt enabled in my
.zshrc. After enablingzsh-helix-modein my dotfiles, powerlevel10k complains about console output during zsh initialization.For now, it's possible to mitigate this issue by suppressing the warning by:
The detailed explanation of this problem can be found in the documentation here: https://github.com/romkatv/powerlevel10k?tab=readme-ov-file#how-do-i-configure-instant-prompt.