aboutsummaryrefslogtreecommitdiffstats
path: root/atuin-client
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2023-11-23 09:59:56 +0000
committerGitHub <noreply@github.com>2023-11-23 09:59:56 +0000
commitb530d39c3f9bdbc780b901063002e60253efe841 (patch)
tree91cb98544c14bd94f0411eae19fc28c267b3468f /atuin-client
parentfeat: allow configuring stats prefix (#1411) (diff)
downloadatuin-b530d39c3f9bdbc780b901063002e60253efe841.zip
docs: new stats config (#1412)
Diffstat (limited to 'atuin-client')
-rw-r--r--atuin-client/config.toml15
1 files changed, 15 insertions, 0 deletions
diff --git a/atuin-client/config.toml b/atuin-client/config.toml
index ec77198f..2e333b92 100644
--- a/atuin-client/config.toml
+++ b/atuin-client/config.toml
@@ -124,3 +124,18 @@
## Defaults to true. If enabled, upon hitting enter Atuin will immediately execute the command. Press tab to return to the shell and edit.
# This applies for new installs. Old installs will keep the old behaviour unless configured otherwise.
enter_accept = true
+
+#[stats]
+# Set commands where we should consider the subcommand for statistics. Eg, kubectl get vs just kubectl
+#common_subcommands = [
+# "cargo",
+# "go",
+# "git",
+# "npm",
+# "yarn",
+# "pnpm",
+# "kubectl",
+#]
+#
+# Set commands that should be totally stripped and ignored from stats
+#common_prefix = ["sudo"]