]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add mamba (#248)
authorEthan Rooke <46689793+erooke@users.noreply.github.com>
Sat, 8 Apr 2023 20:07:05 +0000 (15:07 -0500)
committerGitHub <noreply@github.com>
Sat, 8 Apr 2023 20:07:05 +0000 (22:07 +0200)
programs/mamba.json [new file with mode: 0644]

diff --git a/programs/mamba.json b/programs/mamba.json
new file mode 100644 (file)
index 0000000..68a1c08
--- /dev/null
@@ -0,0 +1,15 @@
+{
+    "files": [
+        {
+            "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/mamba-org/mamba/issues/1787\n",
+            "movable": false,
+            "path": "$HOME/.mambarc"
+        },
+        {
+            "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/mamba-org/mamba/issues/1787\n",
+            "movable": false,
+            "path": "$HOME/.mamba"
+        }
+    ],
+    "name": "mamba"
+}