don't zcompile state dump when root

This commit is contained in:
romkatv 2019-10-03 20:41:21 +02:00
parent d435235c29
commit de00d42d6e
1 changed files with 3 additions and 1 deletions

View File

@ -3379,7 +3379,9 @@ function _p9k_dump_state() {
exec {fd}>&-
}
zf_mv -f $tmp $__p9k_dump_file || return
zcompile $__p9k_dump_file || zf_rm -f $__p9k_dump_file.zwc
if [[ ${(%):-%#} == % ]]; then
zcompile $__p9k_dump_file || zf_rm -f $__p9k_dump_file.zwc
fi
}
function _p9k_restore_state() {