mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Fixed output in hg_current_branch function
This commit is contained in:
parent
a91efab898
commit
858bea86a5
1 changed files with 1 additions and 1 deletions
|
|
@ -15,6 +15,6 @@ alias hgca='hg qimport -r tip ; hg qrefresh -e ; hg qfinish tip'
|
|||
|
||||
function hg_current_branch() {
|
||||
if [ -d .hg ]; then
|
||||
echo hg:$(hg branch)
|
||||
echo $(hg branch)
|
||||
fi
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue