From 8f0db0c95a01b6284f38c106c2351cc570a0b281 Mon Sep 17 00:00:00 2001 From: Roman Perepelitsa Date: Tue, 27 Oct 2020 08:01:42 +0100 Subject: [PATCH] expand the list of things powerlevel10k does not affect --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ae5d267..0a0bb20 100644 --- a/README.md +++ b/README.md @@ -731,9 +731,11 @@ Powerlevel10k does not affect: - Terminal window title. - Colors used by `ls`. -- Content and style of command completions. +- The behavior of `git` command. +- The content and style of command completions. - Command line colors (syntax highlighting, autosuggestions, etc.). - Key bindings. +- Aliases. - Prompt parameters other than `PS1` and `RPS1`. - Zsh options other than those [related to prompt]( http://zsh.sourceforge.net/Doc/Release/Options.html#Prompting).