1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-01-12 05:23:09 +01:00

Fixed function bad naming

This commit is contained in:
Himprakash Deka
2022-05-29 09:00:43 +05:30
committed by GitHub
parent c2ef915921
commit 53b216000c

View File

@@ -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}%}"