X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/3a3286892aa9d3646ff9962e7c4aa74bd98b0e2a..4e96c1cbbe0f540e23a798fc64b918fdcff37140:/programs/less.json diff --git a/programs/less.json b/programs/less.json index 092338c..a978785 100644 --- a/programs/less.json +++ b/programs/less.json @@ -1,10 +1,10 @@ { - "name": "less", "files": [ { - "path": "${HOME}/.lesshst", + "help": "Export the following environment variables:\n\n```bash\nexport LESSHISTFILE=\"$XDG_STATE_HOME\"/less/history\n```\n", "movable": true, - "help": "Export the following environment variables:\n\n```bash\nexport LESSHISTFILE=\"$XDG_CACHE_HOME\"/less/history\n```\n" + "path": "${HOME}/.lesshst" } - ] -} + ], + "name": "less" +} \ No newline at end of file