X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/47a995364ae7eabff5046702cce0fc7604f2fff7..b92feb80f3584678a2c1336f81fc8ec5dbe0848d:/programs/xcompose.json?ds=inline diff --git a/programs/xcompose.json b/programs/xcompose.json index 29786d1..bfbe512 100644 --- a/programs/xcompose.json +++ b/programs/xcompose.json @@ -2,14 +2,14 @@ "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" } ] }