From 9c96ae0d40c2780ef7269f1a912096c4f7593c91 Mon Sep 17 00:00:00 2001 From: Ilya Grigoriev Date: Sun, 20 Oct 2024 11:40:53 -0700 Subject: [PATCH] ISSUE_TEMPLATE.md: Reset XDG_DATA_DIRS in suggested commands This turned out to be relevant in https://github.com/fish-shell/fish-shell/issues/10800#issuecomment-2425170531 . --- .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 a6185c813..1e2677695 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) XDG_CONFIG_HOME= fish' + sh -c 'env HOME=$(mktemp -d) XDG_CONFIG_HOME= XDG_DATA_DIRS= 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. -->