From: Ignacio Taranto Date: Fri, 8 Jul 2022 22:18:32 +0000 (-0300) Subject: Add mongosh config (#130) X-Git-Tag: v0.2.0.2~179 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/dd5ac1721783ff29aaf1b32f2f03c9b64cc2c9cf Add mongosh config (#130) Co-authored-by: Ignacio Taranto --- diff --git a/programs/mongosh.json b/programs/mongosh.json new file mode 100644 index 0000000..a1f9e81 --- /dev/null +++ b/programs/mongosh.json @@ -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" +}