Update .config/atuin/config.toml

This commit is contained in:
Kasper Juul Hermansen 2024-03-12 12:48:22 +01:00
parent b4998df86a
commit 7875203634
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -20,7 +20,7 @@
## either "l", "local" to use the system's current local timezone, or an offset
## from UTC in the format of "<+|->H[H][:M[M][:S[S]]]"
## for example: "+9", "-05", "+03:30", "-01:23:45", etc.
# timezone = "local"
timezone = "local"
## enable or disable automatic sync
auto_sync = true
@ -88,7 +88,7 @@ filter_mode = "global"
## use ctrl instead of alt as the shortcut modifier key for numerical UI shortcuts
## alt-0 .. alt-9
# ctrl_n_shortcuts = false
ctrl_n_shortcuts = false
## default history list format - can also be specified with the --format arg
# history_format = "{time}\t{command}\t{duration}"