From 0c9f93376c9b71eb007f2aad812761aef5bcd038 Mon Sep 17 00:00:00 2001 From: Himprakash Deka Date: Tue, 28 Jun 2022 15:21:01 +0530 Subject: [PATCH] Added config for mcfly (#112) Co-authored-by: b3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com> --- programs/mcfly.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 programs/mcfly.json diff --git a/programs/mcfly.json b/programs/mcfly.json new file mode 100644 index 0000000..18d443a --- /dev/null +++ b/programs/mcfly.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.mcfly/history.db", + "movable": true, + "help": "Luckily, the XDG spec is supported by mcfly, so we can simply move the file to _XDG_DATA_HOME/mcfly/history.db_.\n" + } + ], + "name": "mcfly" +} -- 2.47.3