feat: add atuin
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
b4b826f95f
commit
cbddf20c59
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user