"name": "ccache",
"files": [
{
- "path": "${HOME}/.ccache",
- "moveable": true,
- "help": "Export the following environment variables:\n\n```bash\nexport CCACHE_DIR=${XDG_CACHE_HOME}/ccache\n```\n"
+ "path": "$HOME/.ccache",
+ "movable": true,
+ "help": "Export the following environment variables:\n\n```bash\nexport CCACHE_DIR=\"$XDG_CACHE_HOME\"/ccache\n```\n"
}
]
}