]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blobdiff - programs/less.json
Add entries from ArchWiki (#358)
[xdg-ninja.git] / programs / less.json
index 4c073d4edfa24425d2c03cf2c09dd71d3bb84fd7..58f3805183784cc9865ed30c64f8edb442417590 100644 (file)
@@ -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"
 }