]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
feat: add lazarus (#465)
authorCloverGit <CloverGit@hotmail.com>
Sun, 11 May 2025 14:51:58 +0000 (22:51 +0800)
committerGitHub <noreply@github.com>
Sun, 11 May 2025 14:51:58 +0000 (16:51 +0200)
programs/lazarus.json [new file with mode: 0644]

diff --git a/programs/lazarus.json b/programs/lazarus.json
new file mode 100644 (file)
index 0000000..520e6f4
--- /dev/null
@@ -0,0 +1,10 @@
+{
+  "files": [
+    {
+      "path": "$HOME/.lazarus",
+      "movable": true,
+      "help": "Alias lazarus to use a custom configuration location:\n\n```bash\nalias lazarus=\"lazarus --pcp=$XDG_CONFIG_HOME/lazarus\"\n```\n"
+    }
+  ],
+  "name": "lazarus"
+}