feat(starship): Improve configuration for starship.rs

This commit is contained in:
2026-07-17 21:34:27 +02:00
parent 7932d9cc61
commit 9c757fc1c8
+2 -2
View File
@@ -44,7 +44,7 @@ format = '[$ssh_symbol]($style)[  $hostname ]($style)'
[container] [container]
style = "bg:#212736 fg:#a3aed2" style = "bg:#212736 fg:#a3aed2"
format = '[ $symbol $name]($style) ' format = '[ $symbol $name ]($style)'
[os] [os]
disabled = false disabled = false
@@ -65,7 +65,7 @@ fish_indicator = '󰈺 '
powershell_indicator = '_' powershell_indicator = '_'
unknown_indicator = 'unknown shell' unknown_indicator = 'unknown shell'
style = "bg:#a3aed2 fg:#212736" style = "bg:#a3aed2 fg:#212736"
format = '[ $indicator]($style)' format = '[[](fg:#394260 bg:#a3aed2) $indicator]($style)'
[sudo] [sudo]
disabled = false disabled = false