From 17a6daca4fa239dcaa12eb99f900ac0b68824767 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sun, 31 Aug 2025 19:43:44 +0200 Subject: [PATCH] feat(shell): atuin use directory filter mode by defualt. --- modules/cross-platform/home-manager/shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/cross-platform/home-manager/shell.nix b/modules/cross-platform/home-manager/shell.nix index 2cd5f0a..712c5b7 100644 --- a/modules/cross-platform/home-manager/shell.nix +++ b/modules/cross-platform/home-manager/shell.nix @@ -143,6 +143,7 @@ style = "compact"; workspaces = true; keymap_mode = "vim-normal"; + filter_mode = "directory"; }; }; };