Skip to content

qoomon/zsh-lazyload

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 

zsh-lazyload Sparkline

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

Usage

lazyload <command-name command-name ...> -- <load-command>

Examples

lazyload nvm -- 'source "$(brew --prefix nvm)/nvm.sh"'

Install

zgem

zgem bundle 'https://github.com/qoomon/zsh-lazyload.git' from:'git' use:'zsh-lazyload.zsh'

zplug

zplug qoomon/zsh-lazyload

zgen

zgen load qoomon/zsh-lazyload
zgen save

Antigen

antigen bundle qoomon/zsh-lazyload
antigen apply

Oh My ZSH! custom plugin

git clone https://github.com/qoomon/zsh-lazyload $ZSH_CUSTOM/plugins/zsh-lazyload
plugins+=(zsh-lazyload)

zplug

zplug "qoomon/zsh-lazyload"

manually

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages