From 2a16e3513e1e39ba4b589e3a262b84825a5f42c9 Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Mon, 17 Jul 2023 18:55:06 +0200 Subject: [PATCH] Issue template: Unset XDG_CONFIG_HOME Fixes #9898 --- .github/ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 29168a105..a6185c813 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -8,7 +8,7 @@ Please tell us which operating system and terminal you are using. The output of Please tell us if you tried fish without third-party customizations by executing this command and whether it affected the behavior you are reporting: - sh -c 'env HOME=$(mktemp -d) fish' + sh -c 'env HOME=$(mktemp -d) XDG_CONFIG_HOME= fish' Tell us how to reproduce the problem. Including an asciinema.org recording is useful for problems that involve the visual display of fish output such as its prompt. -->