summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2020-02-27 20:28:30 +0300
committerromkatv <roman.perepelitsa@gmail.com>2020-02-27 20:28:30 +0300
commitb0c051cdfd39ed20488360a63496674cee234148 (patch)
treea9f9118fe2e3b0b70750c6c049a570b43c0c0da7 /README.md
parentc5732cc810b61a1ce6e2a4e996f77f6bd7b26b2f (diff)
save and restore screen in the wizard
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 70a69ac3..d045b2ac 100644
--- a/README.md
+++ b/README.md
@@ -1165,8 +1165,8 @@ parameters are defined. Based on your prompt style choices, the configuration wi
source this file. The next time you start Zsh, the configuration wizard shouldn't run automatically.
If it does, this means the evaluation of `~/.zshrc` terminates prematurely before it reaches the
line that sources `~/.p10k.zsh`. This most often happens due to syntax errors in `~/.zshrc`. These
-errors get hidden by the configuration wizard screen, so you don't notice them. Scroll up in the
-first configuration wizard screen to see these errors. Alternatively, run
+errors get hidden by the configuration wizard screen, so you don't notice them. When you exit
+configuration wizard, look for error messages. You can also use
`POWERLEVEL9K_DISABLE_CONFIGURATION_WIZARD=true zsh` to start Zsh without automatically running the
configuration wizard. Once you can see the errors, fix `~/.zshrc` to get rid of them.