diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml index f340436..811535f 100644 --- a/starship/.config/starship.toml +++ b/starship/.config/starship.toml @@ -17,6 +17,7 @@ $golang\ $php\ $bun\ $python\ +$dotnet\ [](fg:#212736 bg:#1d2230)\ $time\ [ ](fg:#1d2230)\ @@ -78,6 +79,11 @@ symbol = " " style = "bg:#212736" format = '[ $symbol $context ]($style)' +[dotnet] +symbol = "" +style = "bg:#212736" +format = '[[ $symbol ($version) ](fg:#769ff0 bg:#212736)]($style)' + [time] disabled = false time_format = "%R" # Hour:Minute Format