From eebfd048797d2faffd0a9c6633580c5e3077d688 Mon Sep 17 00:00:00 2001 From: "Helmut K. C. Tessarek" Date: Mon, 6 May 2024 03:31:23 -0400 Subject: [PATCH] fix(config): add quotes for strategy value in comment (#1993) --- crates/atuin-client/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/atuin-client/config.toml b/crates/atuin-client/config.toml index e9415851..50db6952 100644 --- a/crates/atuin-client/config.toml +++ b/crates/atuin-client/config.toml @@ -209,4 +209,4 @@ records = true ## possible values: auto, static ## auto: length of the selected command. ## static: length of the longest command stored in the history. -# strategy = auto +# strategy = "auto"