soekarmana / nvm-lazyload

use nvm without slowing down your shell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nvm-lazyload

load nvm without slowing down your shell

Requirement :

Plugin Installation

Make sure zsh and oh-my-zsh installed properly.

Clone this repository to your custom plugin directory

git clone https://github.com/soekarmana/nvm-lazyload.git  ~/.oh-my-zsh/custom/plugins/nvm-lazyload/

Enable the plugin:

To enable the plugin you have to edit your .zshrc and add nvm-lazyload to the plugins.

# vim ~/.zshrc
plugins=(history git nvm-lazyload)

simply run exec $SHELL or open new session to reload zsh

About

use nvm without slowing down your shell


Languages

Language:Shell 100.0%