From 6a13c7421a70d0091b22f97e19ae0c915a18ceb5 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Wed, 21 Feb 2024 23:47:45 -0600 Subject: [PATCH] No up arrow for atuin --- modules/home-manager/common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/home-manager/common.nix b/modules/home-manager/common.nix index 49e9a85..5bde81b 100644 --- a/modules/home-manager/common.nix +++ b/modules/home-manager/common.nix @@ -84,6 +84,10 @@ enableZshIntegration = config.programs.zsh.enable; enableNushellIntegration = config.programs.nushell.enable; + flags = [ + "--disable-up-arrow" + ]; + settings = { auto_sync = true; sync_frequency = "1m";