From d0bd92fdb861fd0aa3d43e1749447681162113f9 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sun, 20 Jun 2021 17:22:26 +0200 Subject: Add % as prompt symbol --- .config/zsh/prompt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/zsh') 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 } -- cgit v1.2.3-70-g09d2