X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/b1e9bca3febc4ee29b647b1afcd575acf8edeaa2..e2eb3bd7983a27712d3e6795f552617ed9170a28:/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" } ] }