mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-13 22:02:34 +00:00
feat: Adds container component to starship prompt.
This commit is contained in:
5
env/.config/starship/starship.toml
vendored
5
env/.config/starship/starship.toml
vendored
@@ -5,6 +5,7 @@ command_timeout = 1000
|
||||
format = """
|
||||
[](color_orange)\
|
||||
$os\
|
||||
$container\
|
||||
$username\
|
||||
$hostname\
|
||||
[](bg:color_pink fg:color_orange)\
|
||||
@@ -33,6 +34,10 @@ color_maroon = '#eba0ac'
|
||||
color_pink = '#f5c2e7'
|
||||
color_text = '#585b70'
|
||||
|
||||
[container]
|
||||
disabled = false
|
||||
style = '[$symbol \[$name\]]($style) '
|
||||
|
||||
[os]
|
||||
disabled = false
|
||||
style = "bold bg:color_orange fg:color_fg0"
|
||||
|
||||
Reference in New Issue
Block a user