From b847fcac8bf24344582b12edca90adaaa65e6de9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Fri, 11 Aug 2023 15:43:45 +0800 Subject: [PATCH] Doc: document the incompatibility between `fastfetch` and `p10k-instant-prompt` --- .github/ISSUE_TEMPLATE/bug_report.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 8a64fb180..87dc8be10 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -72,3 +72,10 @@ If you cannot do the instructions above, please upload the core dump file: * The terminal you used: * Upload the image file here, or paste the image URL: * Does it work with `--logo-width {WIDTH} --logo-height {HEIGHT}`? + +## If fastfetch behaves incorrectly on shell starting + + + +* 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?