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

6 lines
117 B
Plaintext

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