]> Skullheadx's Git Forge - nixos.git/commitdiff
add space after username in prompt for starship because it looks better
authorAndrew <admonty1@protonmail.com>
Sun, 24 Aug 2025 07:11:58 +0000 (03:11 -0400)
committerAndrew <admonty1@protonmail.com>
Sun, 24 Aug 2025 07:11:58 +0000 (03:11 -0400)
sh.nix

diff --git a/sh.nix b/sh.nix
index ca48bf5a238caa99245d74227e9af1b46ed7378b..5e0402aaab182282fc6825ec7315c1df2a5aef03 100644 (file)
--- 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"