From f8d01eef998c86c52514896539c13dbfe1837e55 Mon Sep 17 00:00:00 2001 From: David Date: Thu, 15 Feb 2024 10:52:19 -0800 Subject: feat: add 'ignored_commands' option to stats (#1722) --- atuin-client/config.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'atuin-client/config.toml') diff --git a/atuin-client/config.toml b/atuin-client/config.toml index facc0bd4..19a6d61e 100644 --- a/atuin-client/config.toml +++ b/atuin-client/config.toml @@ -171,3 +171,6 @@ enter_accept = true ## Set commands that should be totally stripped and ignored from stats #common_prefix = ["sudo"] + +## Set commands that will be completely ignored from stats +#ignored_commands = ["cd", "ls", "vi"] -- cgit v1.3.1