Skip to content

Loads oh-my-zsh's nvm plugin and the current .nvmrc version without affecting shell startup time

License

Notifications You must be signed in to change notification settings

davidparsson/zsh-nvm-deferred

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

zsh-nvm-deferred

Deferred loading of the oh-my-zsh plugin for nvm, using zsh-defer, and loading of the current version based from .nvmrc. This speeds up shell startup time while still making sure that nvm is loaded when needed.

Installation with zgen

# ...
if ! zgen saved; then
    zgen oh-my-zsh
    zgen load romkatv/zsh-defer
    zgen load davidparsson/zsh-nvm-deferred

    zgen save
fi

About

Loads oh-my-zsh's nvm plugin and the current .nvmrc version without affecting shell startup time

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages