From 25783842f609b723054c8871e32e25424101d287 Mon Sep 17 00:00:00 2001 From: Urs Rudolph Date: Tue, 23 Dec 2025 12:36:46 +0100 Subject: [PATCH] Added entry for python --- starship/.config/starship.toml | 6 ++++++ 1 file changed, 6 insertions(+) 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"