CHips L MINI SHELL

CHips L pro

Current Path : /proc/2/root/usr/share/zsh/4.3.11/functions/
Upload File :
Current File : //proc/2/root/usr/share/zsh/4.3.11/functions/_x_font

#autoload

local expl

_tags fonts || return 1

# This *has* to be improved some day...

if (( ! $+_font_cache )); then
  typeset -gU _font_cache

 _font_cache=( "${(@)^${(@f)$(_call_program fonts xlsfonts)}%%--*}--" )
fi

_wanted fonts expl font \
    compadd -M 'r:|-=* r:|=*' "$@" -S '' -a - _font_cache

Copyright 2K16 - 2K18 Indonesian Hacker Rulez