From 4592a3a7c5a030635c81760904a40e37357e0020 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 19 Oct 2024 11:10:40 +0200 Subject: [PATCH] feat: remove ignored commands Signed-off-by: kjuulh --- dot_config/atuin/private_config.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dot_config/atuin/private_config.toml b/dot_config/atuin/private_config.toml index 2d58d5e..60de782 100644 --- a/dot_config/atuin/private_config.toml +++ b/dot_config/atuin/private_config.toml @@ -200,12 +200,6 @@ common_subcommands = ["git", "cargo", "docker", "kubectl", "k", "go"] ## Set commands that will be completely ignored from stats ignored_commands = ["clear", "ls", "cd", "exit"] -# ignored_commands = [ -# "cd", -# "ls", -# "vi" -# ] - [keys] # Defaults to true. If disabled, using the up/down key won't exit the TUI when scrolled past the first/last entry. # scroll_exits = false