]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add mongosh config (#130)
authorIgnacio Taranto <ignacio_taranto@protonmail.com>
Fri, 8 Jul 2022 22:18:32 +0000 (19:18 -0300)
committerGitHub <noreply@github.com>
Fri, 8 Jul 2022 22:18:32 +0000 (22:18 +0000)
Co-authored-by: Ignacio Taranto <ignacio.taranto@eclypsium.com>
programs/mongosh.json [new file with mode: 0644]

diff --git a/programs/mongosh.json b/programs/mongosh.json
new file mode 100644 (file)
index 0000000..a1f9e81
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "files": [
+        {
+            "help": "Currently unsupported.\n\n_Relevant issue:_ https://jira.mongodb.org/browse/MONGOSH-1070\n",
+            "movable": false,
+            "path": "$HOME/.mongodb"
+        }
+    ],
+    "name": "mongosh"
+}