Added magenta arrow

This commit is contained in:
Thomas FORGIONE 2016-11-22 10:44:30 +01:00
parent 6c5e0dcce8
commit 40db29b031
No known key found for this signature in database
GPG Key ID: 2A210FFC062E00C3
1 changed files with 3 additions and 3 deletions

View File

@ -25,9 +25,9 @@ if [[ $UID -ge 1000 ]]; then # normal user
else
eval PR_USER='${PR_MAGENTA}%n${PR_NO_COLOR}'
eval PR_USER_OP='${PR_BLUE}%#${PR_NO_COLOR}'
local PR_PROMPT='$PR_NO_COLOR▶$PR_NO_COLOR'
local PR_ARROW_UP='╭── '
local PR_ARROW_DOWN='╰'
local PR_PROMPT='$PR_MAGENTA▶$PR_NO_COLOR'
local PR_ARROW_UP='$PR_MAGENTA╭── ${PR_NO_COLOR}'
local PR_ARROW_DOWN='$PR_MAGENTA${PR_NO_COLOR}'
fi
elif [[ $UID -eq 0 ]]; then # root
eval PR_USER='${PR_RED}%n${PR_NO_COLOR}'