"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"
}
]
}