From a72959500fe36bf4cd3d39e9ceb5e923c7d785c6 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sun, 24 Aug 2025 03:11:58 -0400 Subject: [PATCH] add space after username in prompt for starship because it looks better --- sh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh.nix b/sh.nix index ca48bf5..5e0402a 100644 --- a/sh.nix +++ b/sh.nix @@ -112,7 +112,7 @@ in show_always = true style_user = "bg:#a3aed2 fg:#090c0c" style_root = "bg:#a3aed2 fg:#090c0c" - format = '[ $user]($style)' + format = '[ $user ]($style)' [directory] style = "fg:#e3e5e5 bg:#769ff0" -- 2.54.0