Roman Perepelitsa

Results 649 comments of Roman Perepelitsa

> Just to clarify what you mean by "custom segment". Do you mean creating a new segment called e.g. "poetry" which I submit as a pull request? I won't merge...

Thanks for posting this tip!

What is the output of the following command when the wrong name is displayed? ```zsh typeset -p VIRTUAL_ENV ```

Which segment is displaying "gfn-113" on the right? You can figure this out by commenting out all segments within `POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS` in `~/.p10k.zsh` except one.

What's the output of this command? ```zsh typeset -p VIRTUAL_ENV_PROMPT ```

There you go. Powerlevel10k respects this override. If you don't want it, disable it in the virtualenv. I don't know how but I recall there is a way.

Might be related: https://github.com/romkatv/powerlevel10k/issues/1608

> One of my coworkers just found that `gitstatusd` is always passing `--ignore-submodules=dirty`: > > https://github.com/romkatv/powerlevel10k/blob/58f5470cd98343581853dafe2a99430c0a6975e5/gitstatus/src/repo.cc#L280 Do you believe this explains something?

Do you have a workaround that you can employ on your end? If so, that would be the best way to go. If not, your next alternative is to send...