]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Create clickhouse.json (#214)
authorAlfred Jophy <57448041+AlfredEVOL@users.noreply.github.com>
Mon, 23 Jan 2023 14:51:00 +0000 (20:21 +0530)
committerGitHub <noreply@github.com>
Mon, 23 Jan 2023 14:51:00 +0000 (15:51 +0100)
programs/clickhouse.json [new file with mode: 0644]

diff --git a/programs/clickhouse.json b/programs/clickhouse.json
new file mode 100644 (file)
index 0000000..c22eb03
--- /dev/null
@@ -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"
+}