summaryrefslogtreecommitdiffstats
path: root/sh.nix
diff options
context:
space:
mode:
authorAndrew <admonty1@protonmail.com>2025-08-24 03:11:58 -0400
committerAndrew <admonty1@protonmail.com>2025-08-24 03:11:58 -0400
commita72959500fe36bf4cd3d39e9ceb5e923c7d785c6 (patch)
tree465340052dd5ffdfade23186647d228e70cc9b08 /sh.nix
parenttodo for mpd (diff)
downloadnixos-a72959500fe36bf4cd3d39e9ceb5e923c7d785c6.tar.gz
nixos-a72959500fe36bf4cd3d39e9ceb5e923c7d785c6.tar.bz2
nixos-a72959500fe36bf4cd3d39e9ceb5e923c7d785c6.zip
add space after username in prompt for starship because it looks better
Diffstat (limited to '')
-rw-r--r--sh.nix2
1 files changed, 1 insertions, 1 deletions
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"