Update .config/atuin/config.toml
This commit is contained in:
parent
b4998df86a
commit
7875203634
@ -20,7 +20,7 @@
|
|||||||
## either "l", "local" to use the system's current local timezone, or an offset
|
## 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]]]"
|
## from UTC in the format of "<+|->H[H][:M[M][:S[S]]]"
|
||||||
## for example: "+9", "-05", "+03:30", "-01:23:45", etc.
|
## for example: "+9", "-05", "+03:30", "-01:23:45", etc.
|
||||||
# timezone = "local"
|
timezone = "local"
|
||||||
|
|
||||||
## enable or disable automatic sync
|
## enable or disable automatic sync
|
||||||
auto_sync = true
|
auto_sync = true
|
||||||
@ -88,7 +88,7 @@ filter_mode = "global"
|
|||||||
|
|
||||||
## use ctrl instead of alt as the shortcut modifier key for numerical UI shortcuts
|
## use ctrl instead of alt as the shortcut modifier key for numerical UI shortcuts
|
||||||
## alt-0 .. alt-9
|
## alt-0 .. alt-9
|
||||||
# ctrl_n_shortcuts = false
|
ctrl_n_shortcuts = false
|
||||||
|
|
||||||
## default history list format - can also be specified with the --format arg
|
## default history list format - can also be specified with the --format arg
|
||||||
# history_format = "{time}\t{command}\t{duration}"
|
# history_format = "{time}\t{command}\t{duration}"
|
||||||
|
Loading…
Reference in New Issue
Block a user