mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
- forgot to save the incoming|count part
This commit is contained in:
parent
a28e653d57
commit
473dc4eeb0
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ function battery_charge {
|
|||
|
||||
function hg_prompt_info {
|
||||
if [ $(in_hg) ]; then
|
||||
hg prompt "{rev}:{node|short} on {root|basename}/{branch} {task} {status} {update} {patch|count|unapplied} {incoming changes{incoming}} " 2>/dev/null
|
||||
hg prompt "{rev}:{node|short} on {root|basename}/{branch} {task} {status} {update} {patch|count|unapplied} {incoming changes{incoming|count}} " 2>/dev/null
|
||||
fi
|
||||
}
|
||||
if which rvm-prompt &> /dev/null; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue