This commit is contained in:
Adam Hooker 2014-06-28 14:06:41 +00:00
commit 07319ece6c

View file

@ -14,7 +14,7 @@ eval PR_NO_COLOR="%{$terminfo[sgr0]%}"
eval PR_BOLD="%{$terminfo[bold]%}" eval PR_BOLD="%{$terminfo[bold]%}"
# Check the UID # Check the UID
if [[ $UID -ge 1000 ]]; then # normal user if [[ $UID -ge 500 ]]; then # normal user
eval PR_USER='${PR_GREEN}%n${PR_NO_COLOR}' eval PR_USER='${PR_GREEN}%n${PR_NO_COLOR}'
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' local PR_PROMPT='$PR_NO_COLOR➤ $PR_NO_COLOR'