From cd8864c84ea1fcb3f932c98949dbcf83dce56fd1 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Wed, 22 Apr 2026 11:42:17 +0200 Subject: [PATCH] Pill has more room for username already --- .config/starship.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/starship.toml b/.config/starship.toml index 5033b0c..5a02fed 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -58,7 +58,7 @@ format = '[$number$symbol ]($style)' show_always = false style_user = "bg:#9A348E" style_root = "bg:#9A348E bold" -format = '[ $user ]($style)' +format = '[$user ]($style)' aliases = { "prompt" = " ", "cat" = "󰄛",