1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-09-21 11:00:08 +00:00

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

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() {