]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blobdiff - programs/ccache.json
Mention isync versions >=1.5.0 support XDG_CONFIG_HOME (#431)
[xdg-ninja.git] / programs / ccache.json
index a757b15218664ec16153f0644959a629c9a4d385..35c86fec0a5b9c31f5c4f3bf780a0056cc5f2690 100644 (file)
@@ -2,9 +2,9 @@
     "name": "ccache",
     "files": [
         {
-            "path": "${HOME}/.ccache",
+            "path": "$HOME/.ccache",
             "movable": true,
-            "help": "Export the following environment variables:\n\n```bash\nexport CCACHE_DIR=\"${XDG_CACHE_HOME}\"/ccache\n```\n"
+            "help": "Supported by default since version 4.0.\n\nYou can move the directory to _$XDG_CACHE_HOME/ccache_.\n"
         }
     ]
 }