Doc: fix typo

This commit is contained in:
李通洲 2023-08-11 15:46:34 +08:00
parent b847fcac8b
commit 5a4de8b428
No known key found for this signature in database
GPG Key ID: 269AD4F5325A22A3

View File

@ -75,7 +75,10 @@ If you cannot do the instructions above, please upload the core dump file:
## If fastfetch behaves incorrectly on shell starting
<!-- There are known imcompatibility between fastfetch and p10k instant prompt. The p10k doc clearly states that you should NOT print anything to stdout after p10k-instant-prompt is initialized. You should either put `fastfetch` before initialization of p10k-instant-prompt (recommended), remove it or use `fastfetch --pipe false` -->
<!-- NOTE for zsh / p10k users:
There are known incompatibility between fastfetch and p10k instant prompt.
The p10k doc clearly states that you should NOT print anything to stdout after p10k-instant-prompt is initialized.
You should either put `fastfetch` before initialization of p10k-instant-prompt (recommended), remove it or use `fastfetch --pipe false` -->
* The bug is reproduceable with fresh / clean shell configuration (i.e. `fastfetch` is the single line of `.zshrc` or `~/.config/fish/config.fish`):
* Does `sleep 1` before running `fastfetch` work?