I'm using Ubuntu on WSL2, having installed powerlevel10k on oh-my-zsh.
What is that weird question-mark-number next to the git branch name, what does it mean?
I'm using Ubuntu on WSL2, having installed powerlevel10k on oh-my-zsh.
What is that weird question-mark-number next to the git branch name, what does it mean?
Copyright © 2021 Jogjafile Inc.

You have 1 untracked file in your repo. Do
git status --shortand you'll see the same symbol. See the P10k documentation for an overview of the symbols it uses.As an aside, be aware that most of the other symbols used by P10k are different from the ones used by
git status(or other prompts; see below). As you can see, it uses a lot of Unicode symbols, whereasgit statusrestricts itself to ASCII symbols.Further adding to the confusion, the
git-prompt.shtheme distributed withgituses yet an another set of symbols, based on those . These, too, are restricted to ASCII symbols. Since they are not officially documented anywhere, I’ll list them here, in case anyone needs it:<><>=|+*%$?In any case, when in doubt about any particular prompt theme, always check to see if there’s documentation.