]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blobdiff - programs/less.json
Make PYTHONSTARTUP script respect PYTHON_HISTORY on Python <3.13 (#433)
[xdg-ninja.git] / programs / less.json
index 2f0fb8b2b8250caa2c97aa815d5e0a9ce89ea142..58f3805183784cc9865ed30c64f8edb442417590 100644 (file)
@@ -1,10 +1,15 @@
 {
-    "name": "less",
     "files": [
         {
-            "path": "${HOME}/.lesshst",
-            "moveable": true,
-            "help": "Export the following environment variables:\n\n```bash\nexport LESSHISTFILE=${XDG_CACHE_HOME}/less/history\n```\n"
+            "path": "$HOME/.lesshst",
+            "movable": true,
+            "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"
 }