aboutsummaryrefslogtreecommitdiff
path: root/tidy/profile.d/tidy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tidy/profile.d/tidy.sh')
-rw-r--r--tidy/profile.d/tidy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tidy/profile.d/tidy.sh b/tidy/profile.d/tidy.sh
index 177a8124..664a6536 100644
--- a/tidy/profile.d/tidy.sh
+++ b/tidy/profile.d/tidy.sh
@@ -1,3 +1,3 @@
# Set a configuration file path for tidy(1)
-HTML_TIDY=$HOME/.tidyrc
+HTML_TIDY=${XDG_CONFIG_HOME:-$HOME/.config}/tidy/tidyrc
export HTML_TIDY