From 9feb3a0be11d1c608ac821f48f49f88a80a252d2 Mon Sep 17 00:00:00 2001 From: Andrew Davidson Date: Sat, 21 Aug 2021 07:28:49 -0700 Subject: [PATCH] trying to fix color resetting in the prompt to fix the stagnant purple --- zsh/.zsh/prompt.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zsh/prompt.zsh b/zsh/.zsh/prompt.zsh index c4368f8..9c035df 100644 --- a/zsh/.zsh/prompt.zsh +++ b/zsh/.zsh/prompt.zsh @@ -61,5 +61,5 @@ function check_reboot { test -f /var/run/reboot-required && echo "R " } -PROMPT='${PR_BOLD_RED}$(check_reboot)%{$reset_color%}%m ${PR_BOLD_YELLOW}$(truncated_pwd 3)$(git_prompt)%(?.%F{magenta}.%F{red})❯%f ' +PROMPT='${PR_BOLD_RED}$(check_reboot)%{$reset_color%}%m ${PR_BOLD_YELLOW}$(truncated_pwd 3)$(git_prompt)%(?.%F{magenta}.%F{red})❯%f %{$reset_color%}%' #PROMPT='$(check_reboot)%m $(truncated_pwd 3) $(git_branch) $(git_unstaged)$(git_is_ahead)$(git_is_behind)> '