diff options
author | Josh Rahm <joshuarahm@gmail.com> | 2021-11-15 11:08:21 -0700 |
---|---|---|
committer | Josh Rahm <joshuarahm@gmail.com> | 2021-11-15 11:08:21 -0700 |
commit | 7642d68c7fdb0aa9726dbf3c73e757b0f2a3fa99 (patch) | |
tree | 72244b27439d277535012b95179143226c59e325 | |
parent | 2223f06cc94496f963a3f76a2d44328c8f547638 (diff) | |
download | zshrcd-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.zsh | 2 |
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" |