aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2020-03-07 11:30:23 +0300
committerromkatv <roman.perepelitsa@gmail.com>2020-03-07 11:30:23 +0300
commit3b985dde30c215105f1b36ef5186999091dee46e (patch)
treeac7297ba1fd4351fb80d117cbedd844be30248c7 /README.md
parente0e426a61b139f6844e89913fc77e9cc4b4bd256 (diff)
mention that powerlevel10k does not affect completions or non-prompt-related options
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8b42a9e8..95554f32 100644
--- a/README.md
+++ b/README.md
@@ -595,8 +595,11 @@ Powerlevel10k does not affect:
- Terminal window title.
- Colors used by `ls`.
+- Content and style of command completions.
- Command line colors (syntax highlighting, autosuggestions, etc.).
- Prompt parameters other than `PS1` and `RPS1`.
+- Zsh options other than those [related to prompt](
+ http://zsh.sourceforge.net/Doc/Release/Options.html#Prompting).
### I'm using Powerlevel9k with Oh My Zsh. How do I migrate?