mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-12-12 19:18:28 +02:00
don't use _p9k__{ruler,empty_line}_idx in p10k display
This commit is contained in:
parent
b6df93d250
commit
5262ddc07e
@ -70,8 +70,6 @@ function p10k-on-pre-prompt() {
|
||||
fi
|
||||
}
|
||||
|
||||
${_p9k__'$_p9k_line_index'r-'$right'}
|
||||
|
||||
function p10k-on-post-prompt() {
|
||||
p10k display line1=hide right=hide segment:time=show
|
||||
}
|
||||
|
@ -5647,8 +5647,8 @@ function p10k() {
|
||||
_p9k__display_v[k+1]=$new
|
||||
local name=$_p9k__display_v[k]
|
||||
if [[ $name == (empty_line|ruler) ]]; then
|
||||
[[ $new == show ]] && local v=v2=_p9k_${name}_idx || local v=3
|
||||
typeset -gi _p9k__${name}_i=$v
|
||||
local var=_p9k__${name}_i
|
||||
[[ $new == show ]] && unset $var || typeset -gi $var=3
|
||||
elif [[ $name == (#b)(<->)([[:IDENT:]/]#) ]]; then
|
||||
local var=_p9k__${match[1]}${${${${match[2]//\/}/#left/l}/#right/r}/#gap/g}
|
||||
[[ $new == hide ]] && typeset -g $var= || unset $var
|
||||
|
Loading…
Reference in New Issue
Block a user