fix(config): add quotes for strategy value in comment (#1993)

This commit is contained in:
Helmut K. C. Tessarek 2024-05-06 03:31:23 -04:00 committed by GitHub
parent 467b575007
commit eebfd04879
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"