]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add guile.
authorNicolas Graves <ngraves@ngraves.fr>
Fri, 18 Aug 2023 07:06:02 +0000 (09:06 +0200)
committerNicolas Graves <ngraves@ngraves.fr>
Fri, 18 Aug 2023 07:06:02 +0000 (09:06 +0200)
programs/guile.json [new file with mode: 0644]

diff --git a/programs/guile.json b/programs/guile.json
new file mode 100644 (file)
index 0000000..80bdad3
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "files": [
+        {
+            "path": "$HOME/.guile_history",
+            "movable": true,
+            "help": "Export the following environment variable:\n\n```bash\nexport GUILE_HISTORY=\"$XDG_STATE_HOME\"/guile_history\n```\n"
+        }
+    ],
+    "name": "guile"
+}