stop loading icons.zsh lazily; print boundaries in get_icon_names

This commit is contained in:
romkatv 2020-02-18 16:11:34 +01:00
commit a6a2d9a481
3 changed files with 25 additions and 43 deletions

View file

@ -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