From: b3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com> Date: Mon, 23 Oct 2023 13:28:50 +0000 (+0200) Subject: Merge pull request #325 from Cantido/erlang-cookie X-Git-Tag: v0.2.0.2~16 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/1170533d76fb40b28cff84e6ed904e63db01139c?hp=99537674f98bfffbb857b62f3e847035fdbc45da Merge pull request #325 from Cantido/erlang-cookie Add .erlang.cookie --- diff --git a/programs/erlang.json b/programs/erlang.json new file mode 100644 index 0000000..01b3c7b --- /dev/null +++ b/programs/erlang.json @@ -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" + } + ] +}