dotfiles/data/atuin/config.toml

34 lines
523 B
TOML
Raw Normal View History

2024-02-10 16:17:19 +00:00
# https://docs.atuin.sh/configuration/config/
2024-05-08 03:07:47 +00:00
search_mode = "fuzzy"
2024-02-10 16:17:19 +00:00
style = "compact"
2024-02-12 16:14:57 +00:00
inline_height = 16
2024-02-10 16:17:19 +00:00
show_preview = true
2024-05-08 03:07:47 +00:00
show_help = false
2024-04-04 10:31:22 +00:00
# Sync with data/zsh/top-zshrc
history_filter = [
2024-05-16 07:31:32 +00:00
"^ls",
"^ll",
"^la",
"^cd$",
"^pwd$",
"^exit$",
"^builtin",
"^z$",
'^\[',
'^\{',
'^\(',
"OA",
"OB",
"OC",
2024-04-04 10:31:22 +00:00
]
2024-05-08 03:07:47 +00:00
store_failed = false
2024-02-10 16:17:19 +00:00
enter_accept = false
prefers_reduced_motion = true
2024-03-03 10:09:57 +00:00
[stats]
2024-05-08 03:07:47 +00:00
common_subcommands = ["brew", "cargo", "git", "g", "go"]
2024-03-03 10:09:57 +00:00
common_prefix = ["sudo"]