From e7f808d50a4d0a011307a263c3df1717c3aff4f9 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Tue, 2 Apr 2024 14:41:13 +0100 Subject: [PATCH] feat: sync v2 default for new installs (#1914) --- atuin-client/config.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/atuin-client/config.toml b/atuin-client/config.toml index d5d7f389..254586a5 100644 --- a/atuin-client/config.toml +++ b/atuin-client/config.toml @@ -197,3 +197,9 @@ enter_accept = true [keys] # Defaults to true. If disabled, using the up/down key won't exit the TUI when scrolled past the first/last entry. # scroll_exits = false + +[sync] +# Enable sync v2 by default +# This ensures that sync v2 is enabled for new installs only +# In a later release it will become the default across the board +records = true