if (( ! ${+_loglevel} )) typeset -g _loglevel=1 if (( _loglevel > 0 )) { local icon=' =>' print -PR "${CI:+::warning::}%F{3} ${(r:5:)icon} ${@}%f" }