From 94c85c31891c154d984f41a82401e0a7f782722e Mon Sep 17 00:00:00 2001 From: "Helmut K. C. Tessarek" Date: Tue, 27 Feb 2024 08:27:39 -0500 Subject: feat(stats): add linux sysadmin commands to common_subcommands (#1784) * feat(stats): add linux sysadmin commands to common_subcommands I've been using atuin on my Linux box for some time now and I have noticed that a few commands that are used rather often are not in the list of common_subcommands. This change adds these commands to the list. * feat(stats): I forgot 'apt' --- atuin-client/config.toml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'atuin-client/config.toml') diff --git a/atuin-client/config.toml b/atuin-client/config.toml index 13934d46..307a645a 100644 --- a/atuin-client/config.toml +++ b/atuin-client/config.toml @@ -160,13 +160,24 @@ enter_accept = true [stats] ## Set commands where we should consider the subcommand for statistics. Eg, kubectl get vs just kubectl # common_subcommands = [ +# "apt", # "cargo", +# "composer", +# "dnf", +# "docker", # "git", # "go", +# "ip", # "kubectl", -# "npm", # "nix", +# "nmcli", +# "npm", +# "pecl", # "pnpm", +# "podman", +# "port", +# "systemctl", +# "tmux", # "yarn", # ] -- cgit v1.3.1