summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/zsh/prompt2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/zsh/prompt b/.config/zsh/prompt
index a8a1331..2e23f47 100644
--- a/.config/zsh/prompt
+++ b/.config/zsh/prompt
@@ -35,7 +35,7 @@ function set-prompt() {
emulate -L zsh
local top_left='%(5~|%-1~/…/%3~|%4~)'
local top_right="\$vcs_info_msg_0_ "
- local bottom_left='%B%F{%(?.green.red)}$%f%b %{$reset_color%}'
+ local bottom_left='%B%F{%(?.green.red)}%#%f%b %{$reset_color%}'
PROMPT=$top_left$top_right$'\n'$bottom_left
}