dotfiles/data/atuin/config.toml

29 lines
416 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"]
common_prefix = ["sudo"]