aboutsummaryrefslogtreecommitdiff
path: root/tidy
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-12 20:48:08 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-12 20:48:25 +1200
commit2ef3471fdd9b8b2bbdb99c679d68d59b986108e6 (patch)
tree3d9074622b1597d8edeb760a70d8db022ccf7b64 /tidy
parentTry a compatibility switch on vi/vim (diff)
downloaddotfiles-2ef3471fdd9b8b2bbdb99c679d68d59b986108e6.tar.gz
dotfiles-2ef3471fdd9b8b2bbdb99c679d68d59b986108e6.zip
Use XDG for HTML tidy
Diffstat (limited to 'tidy')
-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