mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 08:10:07 +00:00
avoid using %(l.t.f) after writing to the edge of the screen
This commit is contained in:
parent
4e3ec4850c
commit
b000ce4ad0
1 changed files with 2 additions and 2 deletions
|
@ -2429,7 +2429,7 @@ _p9k_init() {
|
|||
_P9K_ALIGNED_RPROMPT+='${_P9K_X::=${_P9K_XY%;*}}'
|
||||
_P9K_ALIGNED_RPROMPT+='${_P9K_Y::=${_P9K_XY#*;}}'
|
||||
done
|
||||
_P9K_ALIGNED_RPROMPT+='${_P9K_X::=$((_P9K_X+1+${${ZLE_RPROMPT_INDENT:-1}/#-*/0}))}'
|
||||
_P9K_ALIGNED_RPROMPT+='${_P9K_X::=$((_P9K_X+2+${${ZLE_RPROMPT_INDENT:-1}/#-*/0}))}'
|
||||
_P9K_ALIGNED_RPROMPT+='${_P9K_Y::=$((_P9K_X+31))}}+}'
|
||||
|
||||
repeat 32; do
|
||||
|
|
Loading…
Reference in a new issue