Roman Perepelitsa
Roman Perepelitsa
That doesn't surprise me.
See `p10k help segment`.
Add this to `~/.p10k.zsh`: ```zsh function prompt_my_screen_session() { if [[ -n $STY ]]; then p10k segment -b yellow -f red -i 's' -t "${${STY#*.}%.*}" fi } ``` Then add `my_screen_session`...
Does this work? ```zsh curl -kfsSLO https://gitee.com/romkatv/gitstatus/raw/release-v1.5.4/release/gitstatusd-linux-x86_64.tar.gz && ls -l gitstatusd-linux-x86_64.tar.gz ```
What do you mean by broken links? Can you describe how to reproduce their brokenness?
Here's how I've tried to reproduce this in Chrome on Windows 10: 1. Open https://github.com/romkatv/powerlevel10k/blob/master/README.md. 2. Search for "What is the best prompt style in the configuration wizard". 3. Click...
> after all it is supposed to be a prompt for 🚀 ⭐️ Astronaut Come to think of it, I don't know a single astronaut who isn't using Spaceship theme.
While you are waiting for the new option to be implemented, you can add the following snippet at the end of `~/.zshrc` to unbold spaceship prompt. ```zsh () { local...
@dhasilva You can add the same line for `RPROMPT`.
This is Windows Terminal, right? Do you get the same garbage output if you run `exec zsh`? Please attach your `.zshrc` and `.zshenv`.