14 lines
No EOL
339 B
TOML
14 lines
No EOL
339 B
TOML
# Use a Red Whale to indicate "Inside Container"
|
|
[container]
|
|
format = '[$symbol $name]($style) '
|
|
symbol = "🐳 "
|
|
style = "red bold"
|
|
|
|
# Turn the arrow red to warn you
|
|
[character]
|
|
success_symbol = "[➜](red bold)"
|
|
error_symbol = "[✗](red bold)"
|
|
|
|
# Disable the package version noise for cleaner look
|
|
[package]
|
|
disabled = true |