From 7642d68c7fdb0aa9726dbf3c73e757b0f2a3fa99 Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Mon, 15 Nov 2021 11:08:21 -0700 Subject: Fixed broken prompt. Had to put markers around the escape code to change the cursor color --- 00-prompt.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '00-prompt.zsh') diff --git a/00-prompt.zsh b/00-prompt.zsh index 1b26d06..88338ac 100644 --- a/00-prompt.zsh +++ b/00-prompt.zsh @@ -53,4 +53,4 @@ setopt prompt_subst source "$HOME/.zshrc.d/prompts/${hostname}.zsh" 2>/dev/null || \ source "$HOME/.zshrc.d/local/prompts/${hostname}.zsh" 2>/dev/null -PROMPT='[5 q'"$PROMPT" +PROMPT='%{[5 q%}'"$PROMPT" -- cgit