]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Merge pull request #310 from nicolas-graves/guile_history
authorb3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com>
Sun, 20 Aug 2023 18:35:53 +0000 (20:35 +0200)
committerGitHub <noreply@github.com>
Sun, 20 Aug 2023 18:35:53 +0000 (20:35 +0200)
Add guile.

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"
+}