From 84bf579053a956a5370bbc150431b42ccf74e81a Mon Sep 17 00:00:00 2001 From: Karsten Hachmeister Date: Wed, 15 May 2024 09:23:42 +0200 Subject: [PATCH] update atuin config --- .config/atuin/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/atuin/config.toml b/.config/atuin/config.toml index 9f686e4..b9b0731 100644 --- a/.config/atuin/config.toml +++ b/.config/atuin/config.toml @@ -123,7 +123,7 @@ style = "compact" ## Defaults to true. If enabled, upon hitting enter Atuin will immediately execute the command. Press tab to return to the shell and edit. # This applies for new installs. Old installs will keep the old behaviour unless configured otherwise. -enter_accept = true +enter_accept = false [stats] # Set commands where we should consider the subcommand for statistics. Eg, kubectl get vs just kubectl