ohmyzsh/plugins/virtualenvwrapper
timfeirg bb32bbfc09 remove unnecessary warning from virtualenvwrapper.plugin.zsh
reason being:

* if virtualenvwrapper.sh is being used, $WORKON_HOME will be
immediately (to the default value), no need for this warning
* if virtualenvwrapper_lazy.sh is being used, $WORKON_HOME will be set
(to the default value) later, automatically
* if none of the initialization scripts are available, for example
if virtualenvwrapper was uninstalled, the installation command will be
printed during zsh start
2018-05-29 13:23:03 +08:00
..
virtualenvwrapper.plugin.zsh remove unnecessary warning from virtualenvwrapper.plugin.zsh 2018-05-29 13:23:03 +08:00