Skip to content

Commit aba2112

Browse files
committed
Doc: update README [ci skip]
1 parent 81485ba commit aba2112

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ assignees: ''
77

88
---
99

10+
Be sure to read [FAQ](https://github.com/fastfetch-cli/fastfetch?tab=readme-ov-file#faq) before submitting a new issue.
11+
1012
<!-- We will try hard to solve the issue. However since platforms and hardwares vary greatly, it can be hard to find the root cause is. Providing following information may help us greatly. Thanks in advance -->
1113

1214
# General description of bug:
@@ -74,10 +76,5 @@ Use `time fastfetch --stat` to show time usage for each module.
7476

7577
## If fastfetch behaves incorrectly on shell starting
7678

77-
<!-- NOTE for zsh / p10k users:
78-
There are known incompatibility between fastfetch and p10k instant prompt.
79-
The p10k doc clearly states that you should NOT print anything to stdout after p10k-instant-prompt is initialized.
80-
You should either put `fastfetch` before initialization of p10k-instant-prompt (recommended), remove it or use `fastfetch --pipe false` -->
81-
8279
* The bug is reproduceable with fresh / clean shell configuration (i.e. `fastfetch` is the single line of `.zshrc` or `~/.config/fish/config.fish`):
8380
* Does `sleep 1` before running `fastfetch` work?

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,13 @@ See `fastfetch -h format` for basic usage. For module specific formattion, see `
155155

156156
Try `fastfetch -l /path/to/logo`. See [logo documentation](https://github.com/fastfetch-cli/fastfetch/wiki/Logo-options) for detail.
157157

158+
### Q: Fastfetch runs in white and black on shell startup. Why?
159+
160+
This issue usually happens when using fastfetch with `p10k`. There are known incompatibility between fastfetch and p10k instant prompt.
161+
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)
162+
163+
You can always use `fastfetch --pipe false` to force fastfetch running in colorful mode.
164+
158165
### Q: I want feature A / B / C. Will fastfetch support it?
159166

160167
Fastfetch is a system information tool. We only accept hardware or system level software feature requests. For most personal uses, I recommend using `Command` module to detect it yourself, which can be used to grab output from a custom shell script:

0 commit comments

Comments
 (0)