mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2025-12-04 21:56:46 +01:00
stop loading icons.zsh lazily; print boundaries in get_icon_names
This commit is contained in:
parent
d9da275e9e
commit
a6a2d9a481
3 changed files with 25 additions and 43 deletions
|
|
@ -1827,7 +1827,6 @@ fi
|
|||
|
||||
zmodload zsh/terminfo || return
|
||||
autoload -Uz is-at-least || return
|
||||
source $__p9k_root_dir/internal/icons.zsh || return
|
||||
|
||||
if is-at-least 5.7.1 && [[ $COLORTERM == (24bit|truecolor) ]]; then
|
||||
local -ir has_truecolor=1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue