0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

Forgot one symbol for hg.

This commit is contained in:
Profpatsch 2013-11-04 23:35:42 +01:00
parent fa85b4d6ee
commit 5718d2b688

View file

@ -124,7 +124,7 @@ prompt_hg() {
else
prompt_segment green black
fi
echo -n " $rev@$branch" $st
echo -n " $rev@$branch" $st
fi
fi
}