1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-04-05 19:50:29 +08:00

Merge pull request from Profpatsch/theme-agnoster

Forgot one symbol for hg.
This commit is contained in:
Robby Russell 2013-11-13 13:28:44 -08:00
commit 7a7eda1287

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
}