zsh plugin for lazy load commands and speed up start up time of zsh
lazyload command_name [command_name...] -- load_command
lazyload nvm -- 'source ~/.nvm/nvm.sh'
zgem bundle 'https://github.com/qoomon/zsh-lazyload.git' from:'git' use:'zsh-lazyload.zsh'
zplug qoomon/zsh-lazyload
zgen load qoomon/zsh-lazyload
zgen save
antigen bundle qoomon/zsh-lazyload
antigen apply
git clone https://github.com/qoomon/zsh-lazyload $ZSH_CUSTOM/plugins/zsh-lazyload
plugins+=(zsh-lazyload)
zplug "qoomon/zsh-lazyload"
git clone https://github.com/qoomon/zsh-lazyload.git
source zsh-lazyload/zsh-lazyload.zsh