X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/ce8bf2c15c7cfca22b1911068fbe7d13a1108c9b..ce2b79884f083d4ecb68b12da0148de2e63f3f09:/programs/less.json diff --git a/programs/less.json b/programs/less.json index a978785..58f3805 100644 --- a/programs/less.json +++ b/programs/less.json @@ -1,10 +1,15 @@ { "files": [ { - "help": "Export the following environment variables:\n\n```bash\nexport LESSHISTFILE=\"$XDG_STATE_HOME\"/less/history\n```\n", + "path": "$HOME/.lesshst", "movable": true, - "path": "${HOME}/.lesshst" + "help": "Supported by default.\n\nYou can move the file to _$XDG_STATE_HOME/lesshst_.\n" + }, + { + "path": "$HOME/.lesskey", + "movable": true, + "help": "Supported by default.\n\nYou can move the file to _$XDG_CONFIG_HOME/lesskey_.\n" } ], "name": "less" -} \ No newline at end of file +}