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",
|
# "^secret-cmd",
|
||||||
# "^innocuous-cmd .*--secret=.+",
|
# "^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
|
## 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
|
## to history. Note that these regular expressions are unanchored, i.e. if they don't
|
||||||
@ -183,11 +192,14 @@ enter_accept = true
|
|||||||
# "tmux",
|
# "tmux",
|
||||||
# "yarn",
|
# "yarn",
|
||||||
# ]
|
# ]
|
||||||
|
common_subcommands = ["git", "cargo", "docker", "kubectl", "k", "go"]
|
||||||
|
|
||||||
## Set commands that should be totally stripped and ignored from stats
|
## Set commands that should be totally stripped and ignored from stats
|
||||||
# common_prefix = ["sudo"]
|
# common_prefix = ["sudo"]
|
||||||
|
|
||||||
## Set commands that will be completely ignored from stats
|
## Set commands that will be completely ignored from stats
|
||||||
|
ignored_commands = ["clear", "ls", "cd", "exit"]
|
||||||
|
|
||||||
# ignored_commands = [
|
# ignored_commands = [
|
||||||
# "cd",
|
# "cd",
|
||||||
# "ls",
|
# "ls",
|
||||||
|
Loading…
Reference in New Issue
Block a user