From: Alfred Jophy <57448041+AlfredEVOL@users.noreply.github.com> Date: Mon, 23 Jan 2023 14:51:00 +0000 (+0530) Subject: Create clickhouse.json (#214) X-Git-Tag: v0.2.0.2~105 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/55b93d029e7a2bee9f0d9a6e6765753eb31638c2 Create clickhouse.json (#214) --- diff --git a/programs/clickhouse.json b/programs/clickhouse.json new file mode 100644 index 0000000..c22eb03 --- /dev/null +++ b/programs/clickhouse.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "help" : "Try exporting the following environment variable:\n\n```bash\nCLICKHOUSE_HISTORY_FILE=\"$XDG_DATA_HOME\"/clickhouse-client-history```", + "movable" : true, + "path" : "$HOME/.clickhouse-client-history" + } + ], + "name" : "clickhouse" +}