feat: add atuin

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-10-19 11:10:02 +02:00
parent b4b826f95f
commit cbddf20c59
Signed by: kjuulh
GPG Key ID: D85D7535F18F35FA

View File

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