From: Himprakash Deka Date: Tue, 28 Jun 2022 09:51:01 +0000 (+0530) Subject: Added config for mcfly (#112) X-Git-Tag: v0.2.0.1~8 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/0c9f93376c9b71eb007f2aad812761aef5bcd038?ds=inline Added config for mcfly (#112) Co-authored-by: b3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com> --- 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" +}