From: Andrew Date: Sun, 24 Aug 2025 07:11:58 +0000 (-0400) Subject: add space after username in prompt for starship because it looks better X-Git-Url: http://git.skullheadx.com/nixos/static/gitweb.css?a=commitdiff_plain;h=a72959500fe36bf4cd3d39e9ceb5e923c7d785c6;p=nixos.git add space after username in prompt for starship because it looks better --- 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"