aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Rahm <joshuarahm@gmail.com>2021-11-15 11:08:21 -0700
committerJosh Rahm <joshuarahm@gmail.com>2021-11-15 11:08:21 -0700
commit7642d68c7fdb0aa9726dbf3c73e757b0f2a3fa99 (patch)
tree72244b27439d277535012b95179143226c59e325
parent2223f06cc94496f963a3f76a2d44328c8f547638 (diff)
downloadzshrcd-7642d68c7fdb0aa9726dbf3c73e757b0f2a3fa99.tar.gz
zshrcd-7642d68c7fdb0aa9726dbf3c73e757b0f2a3fa99.tar.bz2
zshrcd-7642d68c7fdb0aa9726dbf3c73e757b0f2a3fa99.zip
Fixed broken prompt. Had to put markers around the escape code to change the cursor color
-rw-r--r--00-prompt.zsh2
1 files changed, 1 insertions, 1 deletions
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"