Skip to content

Commit 132c9e3

Browse files
committed
chore(atuin): add common subcommands for developer tools
Updated common_subcommands configuration to include atuin, claude, oc, and opencode for improved command statistics tracking across frequently used development tools and CLI utilities.
1 parent d374e4a commit 132c9e3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.config/atuin/config.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,11 @@ keymap_mode = "auto"
196196
[stats]
197197
## Set commands where we should consider the subcommand for statistics. Eg, kubectl get vs just kubectl
198198
common_subcommands = [
199+
"atuin",
199200
"brew",
200201
"bundler",
201202
"cargo",
203+
"claude",
202204
"docker",
203205
"docker compose",
204206
"gh",
@@ -208,6 +210,9 @@ common_subcommands = [
208210
"kubectl",
209211
"mise",
210212
"npm",
213+
"oc",
214+
"opencode",
215+
"opkg",
211216
"rails",
212217
"rake",
213218
"rustup",

0 commit comments

Comments
 (0)