mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-12-26 00:41:57 +00:00
docs
This commit is contained in:
parent
c440fc79c5
commit
78da8d1b5a
1 changed files with 2 additions and 3 deletions
|
@ -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
|
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
|
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
|
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
|
`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
|
configuration wizard. Once you can see the errors, fix `~/.zshrc` to get rid of them.
|
||||||
that the whole file gets evaluated when you start zsh.
|
|
||||||
|
|
||||||
### I cannot install the recommended font. Help!
|
### I cannot install the recommended font. Help!
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue