aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHelmut K. C. Tessarek <tessarek@evermeet.cx>2024-05-06 03:31:23 -0400
committerGitHub <noreply@github.com>2024-05-06 08:31:23 +0100
commiteebfd048797d2faffd0a9c6633580c5e3077d688 (patch)
treeda5a28ece87643f3e8d3f5a1a29dd4dcf54eb50e
parentfix: adapt help to `enter_accept` config (#2001) (diff)
downloadatuin-eebfd048797d2faffd0a9c6633580c5e3077d688.zip
fix(config): add quotes for strategy value in comment (#1993)
Diffstat (limited to '')
-rw-r--r--crates/atuin-client/config.toml2
1 files changed, 1 insertions, 1 deletions
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"