X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/47a995364ae7eabff5046702cce0fc7604f2fff7..60f8f9de0c20547e49939abbb64faba61790db81:/programs/ccache.json diff --git a/programs/ccache.json b/programs/ccache.json index a757b15..35c86fe 100644 --- a/programs/ccache.json +++ b/programs/ccache.json @@ -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" } ] }