From 5a847f275eeca301eb076c56fb226fe37e21993a Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Fri, 2 Aug 2024 07:22:28 +0200 Subject: [PATCH] feat(atuin): disable up arrow key --- shell/atuin.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/atuin.nix b/shell/atuin.nix index b13bd98..e7636e7 100644 --- a/shell/atuin.nix +++ b/shell/atuin.nix @@ -5,6 +5,7 @@ atuin = { enable = true; enableZshIntegration = true; + flags = [ "--disable-up-arrow" ]; settings = { auto_sync = true; sync_frequency = "5m";