]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Merge pull request #27 from Mudskipper875/main
authorb3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com>
Sun, 15 May 2022 14:36:00 +0000 (16:36 +0200)
committerGitHub <noreply@github.com>
Sun, 15 May 2022 14:36:00 +0000 (16:36 +0200)
Fix escape codes for POSIX `sh`

programs/since.json [new file with mode: 0644]

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