aboutsummaryrefslogtreecommitdiff
path: root/user/home/zsh.nix
diff options
context:
space:
mode:
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;