mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 08:10:07 +00:00
typo
This commit is contained in:
parent
436740db8e
commit
b66d6a7105
1 changed files with 1 additions and 1 deletions
|
@ -3950,7 +3950,7 @@ _p9k_init_prompt() {
|
|||
( _p9k_segment_in_use time && (( _POWERLEVEL9K_TIME_UPDATE_ON_COMMAND )) )
|
||||
_p9k_reset_on_line_finish=$((!$?))
|
||||
|
||||
if _p9k_reset_on_line_finish || _p9k_segment_in_use status; then
|
||||
if (( _p9k_reset_on_line_finish )) || _p9k_segment_in_use status; then
|
||||
_p9k_wrap_zle_widget zle-line-finish _p9k_zle_line_finish
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue