ZSH: Re-instated the unicode characters

This commit is contained in:
Tom Willemsen 2011-05-17 00:53:52 +02:00
parent 8dfc4612a0
commit 9fec91123a

View file

@ -5,17 +5,17 @@ if [ -n "$__CURRENT_GIT_BRANCH" ]; then
s+="$__CURRENT_GIT_BRANCH"
case "$__CURRENT_GIT_BRANCH_STATUS" in
ahead)
s+="^"
s+=""
;;
diverged)
s+="-/="
s+=""
;;
behind)
s+="v"
s+=""
;;
esac
if [ -n "$__CURRENT_GIT_BRANCH_IS_DIRTY" ]; then
s+="*"
s+=""
fi
s+=")"