Issue template: Unset XDG_CONFIG_HOME

Fixes #9898
This commit is contained in:
Fabian Boehm 2023-07-17 18:55:06 +02:00
parent 6325b3662d
commit 2a16e3513e

View file

@ -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: 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. 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.
--> -->