diff options
| author | Alex Hamilton <1622250+Aehmlo@users.noreply.github.com> | 2025-04-21 11:04:26 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-21 08:04:26 -0700 |
| commit | 5cd23537b07fa37ed593eaec5cfe968be2a4ac9e (patch) | |
| tree | 18ac8a1ef65f4f0d60b795ce3af5665d0eb125b9 /crates/atuin-client/src | |
| parent | chore(deps): bump fs-err from 2.11.0 to 3.1.0 (#2709) (diff) | |
| download | atuin-5cd23537b07fa37ed593eaec5cfe968be2a4ac9e.zip | |
feat(stats): add jj to default common subcommands (#2708)
Diffstat (limited to '')
| -rw-r--r-- | crates/atuin-client/src/settings.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/atuin-client/src/settings.rs b/crates/atuin-client/src/settings.rs index 7af24d90..6c50f90c 100644 --- a/crates/atuin-client/src/settings.rs +++ b/crates/atuin-client/src/settings.rs @@ -293,6 +293,7 @@ impl Stats { "git", "go", "ip", + "jj", "kubectl", "nix", "nmcli", |
