1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-10-16 11:40:46 +00: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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,7 +89,7 @@ function update_hg_vars() {
fi fi
} }
function hg_prompt_info { function hg_prompt_info() {
update_hg_vars update_hg_vars
if $(hg id >/dev/null 2>&1); then 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}%}" local STATUS="$ZSH_THEME_HG_PROMPT_PREFIX$ZSH_THEME_HG_PROMPT_BRANCH$HG_REV_BRANCH%{${reset_color}%}"