Skip to content

Commit

Permalink
themes/purity: Fix function names
Browse files Browse the repository at this point in the history
  • Loading branch information
akinomyoga committed Oct 3, 2023
1 parent 5b351cb commit 1887046
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/purity/purity.theme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1887046

Please sign in to comment.