Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1.08 KB

README.md

File metadata and controls

42 lines (34 loc) · 1.08 KB

zsh-lazyload starline

zsh plugin for lazy load commands and speed up start up time of zsh

Usage

lazyload command_name [command_name...] -- load_command

Examples

nvm
  • lazyload nvm -- 'source ~/.nvm/nvm.sh'

Install

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"

manually

git clone https://github.com/qoomon/zsh-lazyload.git
source zsh-lazyload/zsh-lazyload.zsh