doc cleanup

This commit is contained in:
romkatv 2019-07-31 12:45:33 +02:00
parent a927aa46af
commit 231a7b5f06

View file

@ -98,7 +98,7 @@ features Powerlevel10k has to offer.
## Fonts ## Fonts
Powerlevel10k doesn't require custom fonts but it can take advantage of them if they are available. Powerlevel10k doesn't require custom fonts but can take advantage of them if they are available.
It works well with [Nerd Fonts](https://github.com/ryanoasis/nerd-fonts), It works well with [Nerd Fonts](https://github.com/ryanoasis/nerd-fonts),
[Source Code Pro](https://github.com/adobe-fonts/source-code-pro), [Source Code Pro](https://github.com/adobe-fonts/source-code-pro),
[Font Awesome](https://fontawesome.com/), [Powerline](https://github.com/powerline/fonts), and even [Font Awesome](https://fontawesome.com/), [Powerline](https://github.com/powerline/fonts), and even
@ -212,17 +212,18 @@ This is the goal. You should be able to switch from Powerlevel9k to Powerlevel10
visible changes except for performance. There are, however, several differences. visible changes except for performance. There are, however, several differences.
- By default only `git` vcs backend is enabled in Powerlevel10k. If you need `svn` and `hg`, you'll - By default only `git` vcs backend is enabled in Powerlevel10k. If you need `svn` and `hg`, you'll
need to set `POWERLEVEL9K_VCS_BACKENDS`. need to add them to `POWERLEVEL9K_VCS_BACKENDS`.
- Powerlevel10k is bug-compatible with Powerlevel9k except for egregious bugs. If you accidentally - Powerlevel10k strives to be bug-compatible with Powerlevel9k but not when it comes to egregious
rely on these bugs, your prompt will differ between Powerlevel9k and Powerlevel10k. Some examples: bugs. If you accidentally rely on these bugs, your prompt will differ between Powerlevel9k and
Powerlevel10k. Some examples:
- Powerlevel9k doesn't respect `ZLE_RPROMPT_INDENT`. As a result, right prompt in Powerlevel10k - Powerlevel9k doesn't respect `ZLE_RPROMPT_INDENT`. As a result, right prompt in Powerlevel10k
can have an extra space compared to Powerlevel9k. Set `ZLE_RPROMPT_INDENT=0` if you don't want can have an extra space at the end compared to Powerlevel9k. Set `ZLE_RPROMPT_INDENT=0` if you
that space. don't want that space.
- Powerlevel9k ignores some options that are set after the theme is sources while Powerlevel10k - Powerlevel9k ignores some options that are set after the theme is sourced while Powerlevel10k
respects all options. If you see different icons in Powerlevel9k and Powerlevel10k, you've respects all options. If you see different icons in Powerlevel9k and Powerlevel10k, you've
probably defined `POWERLEVEL9K_MODE` before sourcing the theme. This parameter gets ignored probably defined `POWERLEVEL9K_MODE` before sourcing the theme. This parameter gets ignored
by Powerlevel9k but not Powerlevel10k. If you want your prompt to look in Powerlevel10k the same by Powerlevel9k but honored by Powerlevel10k. If you want your prompt to look in Powerlevel10k
as in Powerlevel9k, remove `POWERLEVEL9K_MODE`. the same as in Powerlevel9k, remove `POWERLEVEL9K_MODE`.
- There are - There are
[dozens more bugs](https://github.com/Powerlevel9k/powerlevel9k/issues/created_by/romkatv) in [dozens more bugs](https://github.com/Powerlevel9k/powerlevel9k/issues/created_by/romkatv) in
Powerlevel9k that don't exist in Powerlevel10k. Powerlevel9k that don't exist in Powerlevel10k.