aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2019-12-19 18:34:23 +0300
committerromkatv <roman.perepelitsa@gmail.com>2019-12-19 18:34:23 +0300
commit78da8d1b5aa988dfc425e50c5306392eee7ac249 (patch)
treefb602eaf3162ef5235c27c4403918dec478b03da /README.md
parentc440fc79c57c96e68d3e7dcf8bcf91e82e5a386b (diff)
docs
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 613a6acf..139ff64e 100644
--- a/README.md
+++ b/README.md
@@ -395,10 +395,9 @@ source this file. The next time you start zsh, the configuration wizard shouldn'
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, type
+first configuration wizard screen to see these errors. Alternatively, run
`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 and to ensure
-that the whole file gets evaluated when you start zsh.
+configuration wizard. Once you can see the errors, fix `~/.zshrc` to get rid of them.
### I cannot install the recommended font. Help!