mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-17 02:00:07 +00:00
extend faq
This commit is contained in:
parent
ebfe37b0b6
commit
012a67aa38
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -174,6 +174,18 @@ covered by the same license.
|
||||||
|
|
||||||
## FAQ
|
## FAQ
|
||||||
|
|
||||||
|
### Why my icons and/or powerline symbols look bad?
|
||||||
|
|
||||||
|
It's likely your font's fault. [Install the recommended font](#fonts) and run `p10k configure`.
|
||||||
|
|
||||||
|
### Why do I have a question mark symbol in my prompt? Is my font broken?
|
||||||
|
|
||||||
|
If it looks like a regular `?`, that's normal. It means you have untracked files in the current Git
|
||||||
|
repository. Type `git status` to see these files.
|
||||||
|
|
||||||
|
You can change this symbol by editing `~/.p10k.zsh`. Search for `?` and replace it with something
|
||||||
|
else.
|
||||||
|
|
||||||
### Why does Powerlevel10k spawn extra processes?
|
### Why does Powerlevel10k spawn extra processes?
|
||||||
|
|
||||||
Powerlevel10k uses [gitstatus](https://github.com/romkatv/gitstatus) as the backend behind `vcs`
|
Powerlevel10k uses [gitstatus](https://github.com/romkatv/gitstatus) as the backend behind `vcs`
|
||||||
|
|
Loading…
Reference in a new issue