X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/c80f3f88dc3dd768fb690d49a7ec4bfcb7cf4bc0..03e62b9518b32b2acf6813258e4d7643163faa1d:/programs/less.json diff --git a/programs/less.json b/programs/less.json index 2f0fb8b..a978785 100644 --- a/programs/less.json +++ b/programs/less.json @@ -1,10 +1,10 @@ { - "name": "less", "files": [ { - "path": "${HOME}/.lesshst", - "moveable": 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_STATE_HOME\"/less/history\n```\n", + "movable": true, + "path": "${HOME}/.lesshst" } - ] -} + ], + "name": "less" +} \ No newline at end of file