Add atuin config and alias
This commit is contained in:
parent
867e1fa467
commit
a1d2535956
2 changed files with 35 additions and 0 deletions
33
.config/atuin/config.toml
Normal file
33
.config/atuin/config.toml
Normal file
|
@ -0,0 +1,33 @@
|
|||
search_mode_shell_up_key_binding = "prefix"
|
||||
secrets_filter = true
|
||||
enter_accept = true
|
||||
|
||||
history_filter = [
|
||||
"^pass",
|
||||
]
|
||||
|
||||
[stats]
|
||||
common_subcommands = [
|
||||
"apt",
|
||||
"autoinstall",
|
||||
"autostart-manage",
|
||||
"cargo",
|
||||
"composer",
|
||||
"dnf",
|
||||
"docker",
|
||||
"git",
|
||||
"go",
|
||||
"ip",
|
||||
"kubectl",
|
||||
"nix",
|
||||
"nmcli",
|
||||
"npm",
|
||||
"pecl",
|
||||
"pnpm",
|
||||
"podman",
|
||||
"port",
|
||||
"systemctl",
|
||||
"tmux",
|
||||
"yadm",
|
||||
"yarn",
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue