changeset 849:af787ecac7c4

fix: add missing % code to light prompt
author Zeger Van de Vannet <zegervdv@me.com>
date Fri, 23 Feb 2024 15:33:13 +0100
parents 7218c2192214
children c772355fedfb
files dot_config/zsh/prompt/colors.zsh.tmpl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dot_config/zsh/prompt/colors.zsh.tmpl	Thu Feb 15 11:35:01 2024 +0100
+++ b/dot_config/zsh/prompt/colors.zsh.tmpl	Fri Feb 23 15:33:13 2024 +0100
@@ -3,5 +3,5 @@
 %j ->\u00A0%{\e]133;B\a%}'
 {{ else }}
 PROMPT=$'%{\e]133;A\a%}%F{#2f6f9f}%K{#f4faff}%T%f%k %F{#d71707}%m%f %F{#0b51a6}%~%b%f%k
-%j ->\u00A0{\e]133;B\a%}'
+%j ->\u00A0%{\e]133;B\a%}'
 {{ end }}