mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 08:10:07 +00:00
use consistent case in warnings
This commit is contained in:
parent
1d7c8368bc
commit
a7a377339a
1 changed files with 2 additions and 2 deletions
|
@ -2418,7 +2418,7 @@ _p9k_init() {
|
|||
fi
|
||||
|
||||
if segment_in_use longstatus; then
|
||||
print -P '%F{yellow}Warning!%f The "longstatus" segment is deprecated. Use "%F{blue}status%f" instead.'
|
||||
print -P '%F{yellow}WARNING!%f The "longstatus" segment is deprecated. Use "%F{blue}status%f" instead.'
|
||||
print -P 'For more informations, have a look at https://github.com/bhilburn/powerlevel9k/blob/master/CHANGELOG.md.'
|
||||
fi
|
||||
|
||||
|
@ -2442,7 +2442,7 @@ _p9k_init() {
|
|||
add-zle-hook-widget line-pre-redraw _p9k_zle_line_pre_redraw
|
||||
_p9k_g_expand POWERLEVEL9K_VI_VISUAL_MODE_STRING
|
||||
else
|
||||
>&2 print -P '%F{yellow}Warning!%f POWERLEVEL9K_VI_VISUAL_MODE_STRING requires ZSH >= 5.3.'
|
||||
>&2 print -P '%F{yellow}WARNING!%f POWERLEVEL9K_VI_VISUAL_MODE_STRING requires ZSH >= 5.3.'
|
||||
>&2 print -r "Your zsh version is $ZSH_VERSION. Either upgrade zsh or unset POWERLEVEL9K_VI_VISUAL_MODE_STRING."
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue