From 78da8d1b5aa988dfc425e50c5306392eee7ac249 Mon Sep 17 00:00:00 2001 From: romkatv Date: Thu, 19 Dec 2019 16:34:23 +0100 Subject: [PATCH] docs --- README.md | 5 ++--- 1 file 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!