From: David Perry Date: Mon, 27 Feb 2023 11:50:24 +0000 (-0500) Subject: Add mintty (#223) X-Git-Tag: v0.2.0.2~97 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/72a7791ef160d4627c9951d84559af09061f7a0d?ds=sidebyside Add mintty (#223) --- diff --git a/programs/mintty.json b/programs/mintty.json new file mode 100644 index 0000000..2975d64 --- /dev/null +++ b/programs/mintty.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.minttyrc", + "movable": true, + "help": "Supported out of the box, just move the file to:\n\n```bash\n$XDG_CONFIG_HOME/mintty/config \n```\n" + } + ], + "name": "mintty" +}