From cbddf20c59ca620c4cb9b4ce32e62ba9cb45b94b Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 19 Oct 2024 11:10:02 +0200 Subject: [PATCH] feat: add atuin Signed-off-by: kjuulh --- dot_config/atuin/private_config.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/dot_config/atuin/private_config.toml b/dot_config/atuin/private_config.toml index d0b528d..2d58d5e 100644 --- a/dot_config/atuin/private_config.toml +++ b/dot_config/atuin/private_config.toml @@ -102,6 +102,15 @@ ctrl_n_shortcuts = false # "^secret-cmd", # "^innocuous-cmd .*--secret=.+", # ] +history_filter = [ + "^shuttle run update_secret", + "^shuttle run create_secret", + "one-password", + "1pass", + "client_secret", + "Authorization", + "PGPASS", +] ## prevent commands run with cwd matching any of these regexes from being written ## to history. Note that these regular expressions are unanchored, i.e. if they don't @@ -183,11 +192,14 @@ enter_accept = true # "tmux", # "yarn", # ] +common_subcommands = ["git", "cargo", "docker", "kubectl", "k", "go"] ## 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 = ["clear", "ls", "cd", "exit"] + # ignored_commands = [ # "cd", # "ls",