How can I silence this message?
https://github.com/zplug/zplug/blob/f091192b643d1c8716e3030521024d8225814397/base/core/cache.zsh#L118
For now I don't plan to prepare a way to turn it off. Use zplug load >/dev/null instead, please.
I think that the message should depends on the --verbose option as it was before #294 (it was telling you in which way it loaded itself)
@Defman21 Thanks for your suggestion. Using the --verbose option in the current version literally tells the loading information. Do you think it is better to include theose messages all in the verbose option?
I agree this should ideally live in verbose, especially since this 'noisy' behavior is a pretty strong deviation from zplug's past UX - unless of course 'noisy' becomes the new default and there's a --silent option or something. :)
Yes, I think it's better to include them in the verbose mode and be silent by default.
Yup, that was somewhat annoying for me too. Fixed.
Most helpful comment
For now I don't plan to prepare a way to turn it off. Use
zplug load >/dev/nullinstead, please.