X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/47a995364ae7eabff5046702cce0fc7604f2fff7..ad7ed1de4045872cdbebf6517c8c8e839a274bc8:/programs/ccache.json?ds=sidebyside diff --git a/programs/ccache.json b/programs/ccache.json index a757b15..eb7cc5d 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": "Export the following environment variables:\n\n```bash\nexport CCACHE_DIR=\"$XDG_CACHE_HOME\"/ccache\n```\n" } ] }