1
0
mirror of https://github.com/zplug/zplug synced 2025-04-30 13:17:57 +02:00

Restore monitor option to the default when calling load command

This commit is contained in:
b4b4r07 2017-01-04 18:12:51 +09:00
parent ecabc2fb7a
commit 8ce5c745e2

@ -1,6 +1,6 @@
__zplug::core::load::prepare()
{
unsetopt monitor
setopt nomonitor
zstyle ':zplug:core:load' 'verbose' no
__zplug::io::file::rm_touch "$_zplug_load_log[success]"
@ -13,7 +13,7 @@ __zplug::core::load::from_cache()
zstyle -s ':zplug:core:load' 'verbose' is_verbose
# Default
#setopt monitor # TODO
setopt monitor
__zplug::core::cache::update