Removed some unicode characters again

This commit is contained in:
Tom Willemsen 2011-03-08 20:38:49 +01:00
parent b7630b2afa
commit ff9ba35e80

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+=""
s+="v"
;;
esac
if [ -n "$__CURRENT_GIT_BRANCH_IS_DIRTY" ]; then
s+=""
s+="*"
fi
s+=")"