From: Sandro Date: Mon, 23 May 2022 19:10:08 +0000 (+0200) Subject: Remove extra curly brackets (#60) X-Git-Tag: v0.2.0.0~19 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/3a3286892aa9d3646ff9962e7c4aa74bd98b0e2a?ds=sidebyside Remove extra curly brackets (#60) --- diff --git a/programs/less.json b/programs/less.json index 51d474c..092338c 100644 --- a/programs/less.json +++ b/programs/less.json @@ -4,7 +4,7 @@ { "path": "${HOME}/.lesshst", "movable": true, - "help": "Export the following environment variables:\n\n```bash\nexport LESSHISTFILE=\"${XDG_CACHE_HOME}\"/less/history\n```\n" + "help": "Export the following environment variables:\n\n```bash\nexport LESSHISTFILE=\"$XDG_CACHE_HOME\"/less/history\n```\n" } ] }