"name": "xcompose",
"files": [
{
- "path": "${HOME}/.XCompose",
+ "path": "$HOME/.XCompose",
"movable": true,
- "help": "Export the following environment variables:\n\n```bash\nexport XCOMPOSEFILE=\"${XDG_CONFIG_HOME}\"/X11/xcompose\n```\n"
+ "help": "Export the following environment variables:\n\n```bash\nexport XCOMPOSEFILE=\"$XDG_CONFIG_HOME\"/X11/xcompose\n```\n"
},
{
- "path": "${HOME}/.compose-cache",
+ "path": "$HOME/.compose-cache",
"movable": true,
- "help": "Export the following environment variables:\n\n```bash\nexport XCOMPOSECACHE=\"${XDG_CACHE_HOME}\"/X11/xcompose\n```\n"
+ "help": "Export the following environment variables:\n\n```bash\nexport XCOMPOSECACHE=\"$XDG_CACHE_HOME\"/X11/xcompose\n```\n"
}
]
}