trying to fix color resetting in the prompt to fix the stagnant purple

This commit is contained in:
Andrew Davidson 2021-08-21 07:28:49 -07:00
parent 834562fa82
commit 9feb3a0be1
Signed by: amd
GPG key ID: 17AF8F2A49CF25C6

View file

@ -61,5 +61,5 @@ function check_reboot {
test -f /var/run/reboot-required && echo "R " 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)> ' #PROMPT='$(check_reboot)%m $(truncated_pwd 3) $(git_branch) $(git_unstaged)$(git_is_ahead)$(git_is_behind)> '