1
0
Fork 0
mirror of synced 2024-06-01 06:41:12 -04:00
zimfw/src/stage2/50_zimfw_compile.zsh.erb

6 lines
117 B
Plaintext
Raw Normal View History

_zimfw_compile() {
local zopt
if (( _zprintlevel <= 0 )) zopt='-q'
source ${ZIM_HOME}/login_init.zsh ${zopt}
}