mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Update mercurial symbol
This commit is contained in:
parent
3c002d899c
commit
e062899599
1 changed files with 4 additions and 4 deletions
|
|
@ -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+="] "
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue