Roman Perepelitsa
Roman Perepelitsa
This might be useful, too: https://github.com/romkatv/powerlevel10k?tab=readme-ov-file#directory-is-difficult-to-see-in-prompt-when-using-rainbow-style
Do you mean the default value of `POWERLEVEL9K_IP_INTERFACE`? What is the output of `ip -4 a show` on your machine? Which of these interfaces do you want to see? Note...
When you need to tweak the behavior or presentation of a prompt segment, search for its name followed by colon in `~/.p10k.zsh`. In this case you are interested in `ip`,...
Everything you've described is working as intended.
Thanks, @ccjmne. I couldn't have described it any better.
You can get rid of the trailing space with this: ```zsh POWERLEVEL9K_LEFT_SEGMENT_END_SEPARATOR='' ```
This is one of those cases where it's better to learn the tool rather than change it.
It shows you whether the last command has succeeded. See it for what it is and ignore it if you don't care.
When you see the warning, run the following command and post its output here: ```zsh typeset -p P9K_STARTUP_CONSOLE_OUTPUT ```
Whatever prints that on zsh startup, needs to be activated after the powerlevel10k instant prompt preamble.