From 787520363453a6f922890512abb5ddfa99ea7d30 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Tue, 12 Mar 2024 12:48:22 +0100 Subject: [PATCH] Update .config/atuin/config.toml --- dot_config/atuin/private_config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_config/atuin/private_config.toml b/dot_config/atuin/private_config.toml index f1da4c5..d0b528d 100644 --- a/dot_config/atuin/private_config.toml +++ b/dot_config/atuin/private_config.toml @@ -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}"