feat(stats): add jj to default common subcommands (#2708)

This commit is contained in:
Alex Hamilton 2025-04-21 11:04:26 -04:00 committed by GitHub
parent 2f5fe5cc7b
commit 5cd23537b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -183,6 +183,7 @@ enter_accept = true
# "git",
# "go",
# "ip",
# "jj",
# "kubectl",
# "nix",
# "nmcli",

View file

@ -293,6 +293,7 @@ impl Stats {
"git",
"go",
"ip",
"jj",
"kubectl",
"nix",
"nmcli",