]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add OmniSharp (#181)
authorMarcello Lamonaca <marcello@lamonaca.eu>
Sun, 25 Sep 2022 12:44:34 +0000 (14:44 +0200)
committerGitHub <noreply@github.com>
Sun, 25 Sep 2022 12:44:34 +0000 (14:44 +0200)
programs/omnisharp.json [new file with mode: 0644]

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