ai-code/docker-images/starship.toml
2026-02-24 21:14:02 +00:00

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