X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/47a995364ae7eabff5046702cce0fc7604f2fff7..ea5e8ce256efc14c09b095a273c6ccdf3fc8c8e2:/programs/less.json diff --git a/programs/less.json b/programs/less.json index 51d474c..2eedd46 100644 --- a/programs/less.json +++ b/programs/less.json @@ -1,10 +1,15 @@ { - "name": "less", "files": [ { - "path": "${HOME}/.lesshst", + "path": "$HOME/.lesshst", "movable": true, - "help": "Export the following environment variables:\n\n```bash\nexport LESSHISTFILE=\"${XDG_CACHE_HOME}\"/less/history\n```\n" + "help": "Supported by default since **less** version 598. You can check your version with the following command:\n\n```bash\nless --version\n```\n\nIf your version is **not lower** than that, you can move the file to _$XDG_STATE_HOME/lesshst_.\n\n\nIf your version is **lower** than that, you need to export the following environment variables first:\n\n```bash\nexport LESSHISTFILE=\"${XDG_STATE_HOME}\"/lesshst\n```\n\nThen move the file.\n" + }, + { + "path": "$HOME/.lesskey", + "movable": true, + "help": "Supported by default since **less** version 590. You can check your version with the following command:\n\n```bash\nless --version\n```\n\nIf your version is **not lower** than that, you can move the file to _$XDG_CONFIG_HOME/lesskey_.\n\n\nIf your version is **lower** than that, you need to export the following environment variables first:\n\n```bash\nexport LESSKEYIN=\"${XDG_CONFIG_HOME}\"/lesskey\n```\n\nThen move the file.\n" } - ] + ], + "name": "less" }