From 6c2e08601d5498f95f39b8544c5204710cb9d68e Mon Sep 17 00:00:00 2001 From: Leonora Tindall Date: Mon, 19 Feb 2024 13:23:36 -0600 Subject: [PATCH] More natural use of atuin --- atuin.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/atuin.nix b/atuin.nix index 4cfc86b..40d7d80 100644 --- a/atuin.nix +++ b/atuin.nix @@ -4,7 +4,12 @@ enable = true; enableZshIntegration = true; settings = { - enter_accept = false; + # Show only commands previously run in this directory by default + filter_mode = "directory"; + # Call the top of a git repo the "current directory" for filter_mode + workspaces = true; + # Don't be weirdly over-verbose + style = "compact"; }; }; }