diff options
| author | xfzv <78810647+xfzv@users.noreply.github.com> | 2022-10-05 12:14:56 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-05 12:14:56 +0000 |
| commit | eadf573670f8e53abe3755db3888415fcb9dc686 (patch) | |
| tree | e5095eb07484d72a490ae2253881abb0a1252779 /atuin-client | |
| parent | Add contributors command (#550) (diff) | |
| download | atuin-eadf573670f8e53abe3755db3888415fcb9dc686.zip | |
Add `style` to config.toml and config.md (#552)
* Add `style` to config.toml
* Add `style` to config.md
* Update atuin-client/config.toml
Co-authored-by: Conrad Ludgate <oon@conradludgate.com>
Co-authored-by: Conrad Ludgate <oon@conradludgate.com>
Diffstat (limited to 'atuin-client')
| -rw-r--r-- | atuin-client/config.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/atuin-client/config.toml b/atuin-client/config.toml index bfb51149..0d82ac28 100644 --- a/atuin-client/config.toml +++ b/atuin-client/config.toml @@ -26,3 +26,7 @@ ## which search mode to use ## possible values: prefix, fulltext, fuzzy # search_mode = "prefix" + +## which style to use +## possible values: auto, full, compact +#style = "auto" |
