From 9127ac68b5b96a7db2f77ed5e9c58ea479f59e41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 8 Jun 2025 23:12:24 +0200 Subject: [PATCH] refactor(atuin): change sync from 0 to 10 --- .config/atuin/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/atuin/config.toml b/.config/atuin/config.toml index ae3e8fe0..1ff39ff3 100644 --- a/.config/atuin/config.toml +++ b/.config/atuin/config.toml @@ -28,7 +28,7 @@ update_check = true ## how often to sync history. note that this is only triggered when a command ## is ran, so sync intervals may well be longer ## set it to 0 to sync after every command -sync_frequency = "0" +sync_frequency = "10m" ## which search mode to use ## possible values: prefix, fulltext, fuzzy, skim