mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-23 22:30:07 +00:00
Fixed function bad naming
This commit is contained in:
parent
c2ef915921
commit
53b216000c
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ function update_hg_vars() {
|
|||
fi
|
||||
}
|
||||
|
||||
function hg_prompt_info {
|
||||
function hg_prompt_info() {
|
||||
update_hg_vars
|
||||
if $(hg id >/dev/null 2>&1); then
|
||||
local STATUS="$ZSH_THEME_HG_PROMPT_PREFIX$ZSH_THEME_HG_PROMPT_BRANCH$HG_REV_BRANCH%{${reset_color}%}"
|
||||
|
|
Loading…
Reference in a new issue