From e7b66a45988e2d221630bdf03bc9555f77c1875a Mon Sep 17 00:00:00 2001 From: Rosa Richter Date: Sun, 22 Oct 2023 10:40:58 -0600 Subject: [PATCH] Add .erlang.cookie --- programs/erlang.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 programs/erlang.json diff --git a/programs/erlang.json b/programs/erlang.json new file mode 100644 index 00000000..01b3c7b4 --- /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" + } + ] +}