mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 08:10:07 +00:00
add a screenshot showing what prompt is
This commit is contained in:
parent
1cd33e5445
commit
ba1237beb9
1 changed files with 7 additions and 1 deletions
|
@ -583,11 +583,17 @@ If necessary, encrypt your communication with [this PGP key](
|
|||
Powerlevel10k defines prompt and nothing else. It sets [prompt-related options](
|
||||
http://zsh.sourceforge.net/Doc/Release/Options.html#Prompting), and parameters `PS1` and `RPS1`.
|
||||
|
||||
![Prompt Highlight](
|
||||
https://raw.githubusercontent.com/romkatv/powerlevel10k-media/master/prompt-highlight.png)
|
||||
|
||||
Everything within the highlighted areas on the screenshot is produced by Powerlevel10k.
|
||||
Powerlevel10k has no control over the terminal content or color outside these areas.
|
||||
|
||||
Powerlevel10k does not affect:
|
||||
|
||||
- Terminal window title.
|
||||
- Colors used by `ls`.
|
||||
- Command line colors (syntax highlighting).
|
||||
- Command line colors (syntax highlighting, autosuggestions, etc.).
|
||||
- Prompt parameters other than `PS1` and `RPS1`.
|
||||
|
||||
### I'm using Powerlevel9k with Oh My Zsh. How do I migrate?
|
||||
|
|
Loading…
Reference in a new issue