mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
docs: clarify that powerlevel10k does not install new commands (#2498)
This commit is contained in:
parent
7fd76370f5
commit
b9a2d846ef
1 changed files with 7 additions and 4 deletions
11
README.md
11
README.md
|
@ -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?
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue