Update mercurial symbol

This commit is contained in:
Stéphane GAUTIER 2012-01-06 16:23:44 +01:00
commit e062899599

View file

@ -26,17 +26,17 @@ function prompt_hg_info(){
s+="$__CURRENT_HG_BRANCH" s+="$__CURRENT_HG_BRANCH"
case "$__CURRENT_HG_BRANCH_STATUS" in case "$__CURRENT_HG_BRANCH_STATUS" in
ahead) ahead)
s+="↑" s+=" ↑"
;; ;;
diverged) diverged)
s+="↕" s+=" ↕"
;; ;;
behind) behind)
s+="↓" s+=" ↓"
;; ;;
esac esac
if [ -n "$__CURRENT_HG_BRANCH_IS_DIRTY" ]; then if [ -n "$__CURRENT_HG_BRANCH_IS_DIRTY" ]; then
s+="⚡" s+=" ⚡"
fi fi
s+="] " s+="] "