diff options
| author | Sandro <sandro.jaeckel@gmail.com> | 2024-02-26 15:58:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-26 14:58:22 +0000 |
| commit | cc964861c4a06580edcc2b0b812fdbe02e685a29 (patch) | |
| tree | b29d7ff51570ae615fc5e0565d004c0d1e6309ef /atuin-client/src/settings.rs | |
| parent | chore(deps): `cargo update` (#1777) (diff) | |
| download | atuin-cc964861c4a06580edcc2b0b812fdbe02e685a29.zip | |
feat(stats): Normalize formatting of default config, suggest nix (#1764)
* Normalize formatting
This makes the commented bits unifed and makes lists multiline and
always adds the trailing comma.
* Add nix to default config
Since we are big fans of it ;)
Diffstat (limited to 'atuin-client/src/settings.rs')
| -rw-r--r-- | atuin-client/src/settings.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atuin-client/src/settings.rs b/atuin-client/src/settings.rs index 3b4a1ee1..b7dc7f1c 100644 --- a/atuin-client/src/settings.rs +++ b/atuin-client/src/settings.rs @@ -281,7 +281,7 @@ impl Stats { fn common_subcommands_default() -> Vec<String> { vec![ - "cargo", "composer", "git", "go", "kubectl", "npm", "pnpm", "yarn", + "cargo", "composer", "go", "git", "kubectl", "nix", "npm", "pnpm", "yarn", ] .into_iter() .map(String::from) |
