This commit is contained in:
Andy Bunce 2026-02-24 21:14:02 +00:00
commit 37adbcc96f
4 changed files with 219 additions and 0 deletions

View file

@ -0,0 +1,14 @@
# 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