mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
don't zcompile state dump when root
This commit is contained in:
parent
d435235c29
commit
de00d42d6e
1 changed files with 3 additions and 1 deletions
|
@ -3379,7 +3379,9 @@ function _p9k_dump_state() {
|
||||||
exec {fd}>&-
|
exec {fd}>&-
|
||||||
}
|
}
|
||||||
zf_mv -f $tmp $__p9k_dump_file || return
|
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() {
|
function _p9k_restore_state() {
|
||||||
|
|
Loading…
Reference in a new issue