]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blob - programs/mysql.json
Add deno (#241)
[xdg-ninja.git] / programs / mysql.json
1 {
2 "files": [
3 {
4 "path": "$HOME/.mylogin.cnf",
5 "movable": false,
6 "help": ""
7 },
8 {
9 "path": "$HOME/.my.cnf",
10 "movable": false,
11 "help": ""
12 },
13 {
14 "path": "$HOME/.mysql_history",
15 "movable": true,
16 "help": "Export the following environment variables:\n\n```bash\nexport MYSQL_HISTFILE=\"$XDG_DATA_HOME\"/mysql_history\n```\n"
17 }
18 ],
19 "name": "mysql"
20 }