Hacker News new | ask | show | jobs
by pseudalopex 271 days ago
Many standards refer to other standards. The XDG Base Directories specification is for any software on any Unix like OS. Git supports it. So does GLib. Bash and OpenSSH should. The GLib user directories are Desktop, Documents, and so on. The specifications do not conflict.
1 comments

It looks like Git supports it since 2015 and Bash and OpenSSH apparently don't as neither contain the string "XDG_" in their binary.