mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-22 01:44:49 -05:00
8 lines
128 B
Plaintext
8 lines
128 B
Plaintext
if (( ! ${+_loglevel} )) typeset -g _loglevel=1
|
|
|
|
if (( _loglevel > 0 )) {
|
|
local icon=''
|
|
|
|
print -PR " ${(r:5:)icon} ${@}"
|
|
}
|