X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/89ed0fd2756b4b54b0afc0741db5ee46f097a48b..225f82ad5857196c94c794fa52a5ebb8addb0da0:/programs/less.json diff --git a/programs/less.json b/programs/less.json index 4c073d4..cd7debd 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" }