29 lines
427 B
TOML
29 lines
427 B
TOML
# https://docs.atuin.sh/configuration/config/
|
|
|
|
style = "compact"
|
|
inline_height = 16
|
|
show_preview = true
|
|
|
|
# Sync with data/zsh/top-zshrc
|
|
history_filter = [
|
|
"^ls",
|
|
"^ll",
|
|
"^la",
|
|
"^cd$",
|
|
"^pwd$",
|
|
"^exit$",
|
|
"^builtin",
|
|
"^z$",
|
|
'^\[',
|
|
"OA",
|
|
"OB",
|
|
"OC",
|
|
]
|
|
|
|
enter_accept = false
|
|
prefers_reduced_motion = true
|
|
|
|
[stats]
|
|
common_subcommands = ["brew", "cargo", "g", "git", "go", "nix-env"]
|
|
common_prefix = ["sudo"]
|