init
This commit is contained in:
commit
37adbcc96f
4 changed files with 219 additions and 0 deletions
14
docker-images/starship.toml
Normal file
14
docker-images/starship.toml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue