]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Merge pull request #325 from Cantido/erlang-cookie
authorb3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com>
Mon, 23 Oct 2023 13:28:50 +0000 (15:28 +0200)
committerGitHub <noreply@github.com>
Mon, 23 Oct 2023 13:28:50 +0000 (15:28 +0200)
Add .erlang.cookie

programs/erlang.json [new file with mode: 0644]

diff --git a/programs/erlang.json b/programs/erlang.json
new file mode 100644 (file)
index 0000000..01b3c7b
--- /dev/null
@@ -0,0 +1,10 @@
+{
+  "name": "erlang",
+  "files": [
+    {
+      "path": "$HOME/.erlang.cookie",
+      "movable": true,
+      "help": "Erlang supports the XDG spec, so just move this file to _$XDG_CONFIG_HOME/erlang/.erlang.cookie_.\n\n"
+    }
+  ]
+}