From 1887046975cabfb83490a499287932a3242a41c4 Mon Sep 17 00:00:00 2001 From: Koichi Murase Date: Wed, 4 Oct 2023 08:08:53 +0900 Subject: [PATCH] themes/purity: Fix function names --- themes/purity/purity.theme.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/purity/purity.theme.sh b/themes/purity/purity.theme.sh index 317cbc721..26b388e5a 100644 --- a/themes/purity/purity.theme.sh +++ b/themes/purity/purity.theme.sh @@ -12,8 +12,8 @@ GIT_THEME_PROMPT_SUFFIX=" ${_omb_prompt_reset_color})" OMB_THEME_PURITY_STATUS_BAD="${_omb_prompt_bold_brown}❯${_omb_prompt_reset_color}${_omb_prompt_normal} " OMB_THEME_PURITY_STATUS_OK="${_omb_prompt_bold_green}❯${_omb_prompt_reset_color}${_omb_prompt_normal} " -_omb_deprecate_deprecate 20000 STATUS_THEME_PROMPT_BAD OMB_THEME_PURITY_STATUS_BAD -_omb_deprecate_deprecate 20000 STATUS_THEME_PROMPT_OK OMB_THEME_PURITY_STATUS_OK +_omb_deprecate_declare 20000 STATUS_THEME_PROMPT_BAD OMB_THEME_PURITY_STATUS_BAD +_omb_deprecate_declare 20000 STATUS_THEME_PROMPT_OK OMB_THEME_PURITY_STATUS_OK function _omb_theme_PROMPT_COMMAND { if (($? == 0)); then