diff options
| author | Helmut K. C. Tessarek <tessarek@evermeet.cx> | 2024-02-27 08:27:39 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-27 13:27:39 +0000 |
| commit | 94c85c31891c154d984f41a82401e0a7f782722e (patch) | |
| tree | 67c65b82f8d15b115810cd9b4855f80662d0691e /atuin-client/config.toml | |
| parent | feat(stats): Normalize formatting of default config, suggest nix (#1764) (diff) | |
| download | atuin-94c85c31891c154d984f41a82401e0a7f782722e.zip | |
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'
Diffstat (limited to 'atuin-client/config.toml')
| -rw-r--r-- | atuin-client/config.toml | 13 |
1 files changed, 12 insertions, 1 deletions
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", # ] |
