From: Rosa Richter Date: Sun, 22 Oct 2023 16:40:58 +0000 (-0600) Subject: Add .erlang.cookie X-Git-Tag: v0.2.0.2~16^2 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/e7b66a45988e2d221630bdf03bc9555f77c1875a?ds=sidebyside 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" + } + ] +}