From 3a3286892aa9d3646ff9962e7c4aa74bd98b0e2a Mon Sep 17 00:00:00 2001 From: Sandro Date: Mon, 23 May 2022 21:10:08 +0200 Subject: [PATCH] Remove extra curly brackets (#60) --- programs/less.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } ] } -- 2.47.3