From 6eab3f26128f7f77119f43494ebfe1ba104faa3b Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Wed, 22 Apr 2026 11:40:56 +0200 Subject: [PATCH] Slightly more space for a username --- .config/starship.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/starship.toml b/.config/starship.toml index d2c8222..31f572e 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" = "󰄛",