X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/89ed0fd2756b4b54b0afc0741db5ee46f097a48b..1d0b74e1ee4d6440b771db607f45e2996635318b:/programs/less.json?ds=inline diff --git a/programs/less.json b/programs/less.json index 4c073d4..58f3805 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.\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" }