diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-01-13 12:59:30 -0500 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-01-13 12:59:30 -0500 |
| commit | d15c9aa80f81b773888dee5b2b21548c96528df8 (patch) | |
| tree | 4ba2786f468b844601f967156d43c55dfaceffde /user/home/zsh.nix | |
| parent | 00085b663dbe8b9f903a9648bdf596ef63719585 (diff) | |
more swayfx
Diffstat (limited to 'user/home/zsh.nix')
| -rw-r--r-- | user/home/zsh.nix | 2 |
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; |
