diff --git a/themes/avlux.zsh-theme b/themes/avlux.zsh-theme index ea0385d44..c09cab14a 100644 --- a/themes/avlux.zsh-theme +++ b/themes/avlux.zsh-theme @@ -16,10 +16,10 @@ eval PR_USER='${PR_CYAN}%n${PR_NO_COLOR}' # Check the UID if [[ $UID -ge 10 ]]; then # normal user eval PR_USER_OP='${PR_GREEN}%#${PR_NO_COLOR}' - local PR_PROMPT='$PR_GREEN%%$PR_NO_COLOR' + local PR_PROMPT='$PR_GREEN%%%{$reset_color%}' elif [[ $UID -eq 0 ]]; then # root eval PR_USER_OP='${PR_RED}%#${PR_NO_COLOR}' - local PR_PROMPT='$PR_RED#$PR_NO_COLOR' + local PR_PROMPT='$PR_RED#%{$reset_color%}' fi # Check if we are on SSH or not