diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2020-03-07 11:24:25 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2020-03-07 11:24:25 +0300 |
commit | ba1237beb92287f73bd0da60976f8ff591da5459 (patch) | |
tree | 404e1845c2eef79b9b9c4fb00d1af52fd666c40d /README.md | |
parent | 1cd33e544534d3889f39e48e93ec98f218979def (diff) |
add a screenshot showing what prompt is
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 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? |