mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
add FAQ about the python logo not rendering in the wizard; fixes #151
This commit is contained in:
parent
b4a2de9478
commit
90caf479e0
1 changed files with 9 additions and 0 deletions
|
@ -195,6 +195,15 @@ repository. Type `git status` to see these files.
|
|||
You can change this symbol or disable the display of untracked files altogether. Search for
|
||||
`untracked files` in `~/.p10k.zsh`.
|
||||
|
||||
### I've installed the recommended font but I still don't see the Python logo in the configuration wizard.
|
||||
|
||||
When using a font from Nerd Fonts such as
|
||||
[the recommended font](#recommended-meslo-nerd-font-patched-for-powerlevel10k), the Python logo
|
||||
isn't supposed to render _in the configuration wizard_. Your telling the wizard that the logo
|
||||
doesn't render effectively says that you are using Nerd Fonts. As long as you correctly tell the
|
||||
wizard which icons render and which don't, it'll be able to figure out which font you are using.
|
||||
You'll get all icons in your prompt, including the Python logo.
|
||||
|
||||
### Why does Powerlevel10k spawn extra processes?
|
||||
|
||||
Powerlevel10k uses [gitstatus](https://github.com/romkatv/gitstatus) as the backend behind `vcs`
|
||||
|
|
Loading…
Reference in a new issue