diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml index 7c69007..f340436 100644 --- a/starship/.config/starship.toml +++ b/starship/.config/starship.toml @@ -16,6 +16,7 @@ $rust\ $golang\ $php\ $bun\ +$python\ [](fg:#212736 bg:#1d2230)\ $time\ [ ](fg:#1d2230)\ @@ -67,6 +68,11 @@ symbol = "" style = "bg:#212736" format = '[[ $symbol ($version) ](fg:#769ff0 bg:#212736)]($style)' +[python] +symbol = "" +style = "bg:#212736" +format = '[[ $symbol ($version) ](fg:#769ff0 bg:#212736)]($style)' + [docker_context] symbol = " " style = "bg:#212736"