do not specify command color

This commit is contained in:
Andrew vonderLuft 2012-11-07 12:34:13 -08:00
commit 09f8636005

View file

@ -15,10 +15,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}'
# eval PR_USER_OP='${PR_GREEN}%#${PR_NO_COLOR}'
local PR_PROMPT='$PR_NO_COLOR%%$PR_NO_COLOR'
elif [[ $UID -eq 0 ]]; then # root
eval PR_USER_OP='${PR_RED}%#${PR_NO_COLOR}'
# eval PR_USER_OP='${PR_RED}%#${PR_NO_COLOR}'
local PR_PROMPT='$PR_RED#$PR_NO_COLOR'
fi