docs: clarify that powerlevel10k does not install new commands (#2498)

This commit is contained in:
Roman Perepelitsa 2023-12-03 16:47:50 +01:00
parent 7fd76370f5
commit b9a2d846ef

View file

@ -300,10 +300,11 @@ To ~~ridiculous~~ extravagant:
### Batteries included ### Batteries included
Powerlevel10k comes with dozens of built-in high quality segments. When you run `p10k configure` Powerlevel10k comes with dozens of built-in high quality prompt segments that can display
and choose any style except [Pure](#pure-compatibility), many of these segments get enabled by information from a variety of sources. When you run `p10k configure` and choose any style
default while others can be manually enabled by opening `~/.p10k.zsh` and uncommenting them. You can except [Pure](#pure-compatibility), many of these segments get enabled by
enable as many segments as you like. It won't slow down your prompt or Zsh startup. default while others can be manually enabled by opening `~/.p10k.zsh` and uncommenting them.
You can enable as many segments as you like. It won't slow down your prompt or Zsh startup.
| Segment | Meaning | | Segment | Meaning |
|--------:|---------| |--------:|---------|
@ -968,6 +969,8 @@ Powerlevel10k does not affect:
- Prompt parameters other than `PS1` and `RPS1`. - Prompt parameters other than `PS1` and `RPS1`.
- Zsh options other than those [related to prompt]( - Zsh options other than those [related to prompt](
http://zsh.sourceforge.net/Doc/Release/Options.html#Prompting). http://zsh.sourceforge.net/Doc/Release/Options.html#Prompting).
- The set of available commands. Powerlevel10k does not install any new commands
with the only exception of `p10k`.
### I'm using Powerlevel9k with Oh My Zsh. How do I migrate? ### I'm using Powerlevel9k with Oh My Zsh. How do I migrate?