From 38844231577c4cd5e2410802b32414a5a3602bff Mon Sep 17 00:00:00 2001 From: Urs Rudolph Date: Tue, 23 Dec 2025 11:18:04 +0100 Subject: [PATCH] Added entry for python --- starship-arch/.config/starship.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/starship-arch/.config/starship.toml b/starship-arch/.config/starship.toml index 296bf41..8d7c8ee 100644 --- a/starship-arch/.config/starship.toml +++ b/starship-arch/.config/starship.toml @@ -69,6 +69,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)' + [time] disabled = false time_format = "%R" # Hour:Minute Format