mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-22 12:20:07 +00:00
Merge branch 'master' into glob
This commit is contained in:
commit
262ce24905
1 changed files with 1 additions and 0 deletions
|
@ -5334,6 +5334,7 @@ function _p9k_on_expand() {
|
||||||
local -i _p9k_clm=COLUMNS _p9k_ind=${ZLE_RPROMPT_INDENT:-1}
|
local -i _p9k_clm=COLUMNS _p9k_ind=${ZLE_RPROMPT_INDENT:-1}
|
||||||
(( __p9k_ksh_arrays )) && setopt ksh_arrays
|
(( __p9k_ksh_arrays )) && setopt ksh_arrays
|
||||||
(( __p9k_sh_glob )) && setopt sh_glob
|
(( __p9k_sh_glob )) && setopt sh_glob
|
||||||
|
setopt prompt_subst
|
||||||
print -rnP -- '%b%k%f%E'$ruler
|
print -rnP -- '%b%k%f%E'$ruler
|
||||||
}
|
}
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue