From a0777382e63e94e60878e445c3f3a98467eb0bff Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Sat, 27 Jan 2024 10:31:55 -0800 Subject: [PATCH] changed default search --- modules/atuin.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/atuin.nix b/modules/atuin.nix index e2b2106..1650db5 100644 --- a/modules/atuin.nix +++ b/modules/atuin.nix @@ -16,7 +16,7 @@ in sync_frequency = "20m"; sync_address = if (hostname == "Alaska") then "http://127.0.0.1:8910" else "https://atuin.nickiel.net"; - filter_mode = "session"; #"global" | "host" | "session" | "directory" + filter_mode = "host"; #"global" | "host" | "session" | "directory" inline_height = 10; show_preview = true; show_help = true;