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"
|
||||
case "$__CURRENT_HG_BRANCH_STATUS" in
|
||||
ahead)
|
||||
s+="↑"
|
||||
s+=" ↑"
|
||||
;;
|
||||
diverged)
|
||||
s+="↕"
|
||||
s+=" ↕"
|
||||
;;
|
||||
behind)
|
||||
s+="↓"
|
||||
s+=" ↓"
|
||||
;;
|
||||
esac
|
||||
if [ -n "$__CURRENT_HG_BRANCH_IS_DIRTY" ]; then
|
||||
s+="⚡"
|
||||
s+=" ⚡"
|
||||
fi
|
||||
s+="] "
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue