1
0
Fork 0
mirror of synced 2024-05-24 11:10:30 -04:00
zimfw/src/stage2/50_zimfw_compile.zsh.erb
Eric Nielsen b1edcf34d0
Use print -l to print multiple lines
and also remove extra quotes. Still only leave redundant quotes in

    zstyle -s 'context' style 'name'

as that's kind of a convention already.
2021-09-23 14:29:40 -05:00

6 lines
115 B
Plaintext

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