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",