From 420725d3713842e8a6e8afa957ab02107d6b241d Mon Sep 17 00:00:00 2001 From: Urs Rudolph Date: Tue, 23 Dec 2025 11:13:00 +0100 Subject: [PATCH] Added entry for bun --- 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 fb7e784..296bf41 100644 --- a/starship-arch/.config/starship.toml +++ b/starship-arch/.config/starship.toml @@ -64,6 +64,11 @@ symbol = " " style = "bg:#212736" format = '[ $symbol $context ]($style)' +[bun] +symbol = "" +style = "bg:#212736" +format = '[[ $symbol ($version) ](fg:#769ff0 bg:#212736)]($style)' + [time] disabled = false time_format = "%R" # Hour:Minute Format