diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-08-06 11:21:21 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-08-06 11:21:21 +0300 |
commit | 90caf479e0e1ec0ad95f985e2d161c8b6bf2ea36 (patch) | |
tree | f3d75ae24d5f19082557c5d93b1096410086329b | |
parent | b4a2de947806b6b8232203e8246e2165791fc672 (diff) |
add FAQ about the python logo not rendering in the wizard; fixes #151
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 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` |