X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/c80f3f88dc3dd768fb690d49a7ec4bfcb7cf4bc0..dc66bc9c3cb6103d1a7bc8a6afa8ea2dc81209fb:/programs/less.json diff --git a/programs/less.json b/programs/less.json index 2f0fb8b..cd7debd 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" }