aboutsummaryrefslogtreecommitdiff
path: root/user/home/zsh.nix
diff options
context:
space:
mode:
authorRosa <rosaontheweb@proton.me>2026-01-13 12:59:30 -0500
committerRosa <rosaontheweb@proton.me>2026-01-13 12:59:30 -0500
commitd15c9aa80f81b773888dee5b2b21548c96528df8 (patch)
tree4ba2786f468b844601f967156d43c55dfaceffde /user/home/zsh.nix
parent00085b663dbe8b9f903a9648bdf596ef63719585 (diff)
more swayfx
Diffstat (limited to 'user/home/zsh.nix')
-rw-r--r--user/home/zsh.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/home/zsh.nix b/user/home/zsh.nix
index d264bd9..c19b147 100644
--- a/user/home/zsh.nix
+++ b/user/home/zsh.nix
@@ -8,7 +8,7 @@
defaultKeymap = "viins";
history.ignoreAllDups = true;
initContent = ''
- PS1="%F{1}%n %5~ %F{8}%# %f"
+ PS1="%F{1}%n %B%5~%b %F{8}%# %f"
'';
syntaxHighlighting.enable = true;