From 2c17736c97fab03cef75194116fdfc82b9e113c1 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Fri, 8 Jul 2016 21:26:43 +0100 Subject: [PATCH] Add zsh-nvm --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1c31c49..c74269d 100644 --- a/README.md +++ b/README.md @@ -315,6 +315,7 @@ These frameworks make customizing your zsh setup easier. * [zsh-morpho](https://github.com/psprint/zsh-morpho) - terminal screen savers written in pure Zsh, and also screen saver framework * [zsh-navigation-tools](https://github.com/psprint/zsh-navigation-tools) - Adds `htop`-like `kill`, directory bookmarks browser, multi-word incremental history searcher and more. * [zsh-notify](https://github.com/marzocchi/zsh-notify) - A plugin for the Z shell (on OS X and Linux) that posts desktop notifications when a command terminates with a non-zero exit status or when it took more than 30 seconds to complete, if the terminal application is in the background (or the command's terminal tab is inactive). +* [zsh-nvm](https://github.com/lukechilds/zsh-nvm) - Zsh plugin for installing, updating and loading nvm. * [zsh-open-pr](https://github.com/caarlos0/zsh-open-pr) - A ZSH plugin to open pull requests from command line. * [zsh-opt-path](https://github.com/jreese/zsh-opt-path) - Automatically add `~/opt` subpaths to your `$PATH`. * [zsh-osx](https://github.com/mwilliammyers/plugin-osx) - Add some common OS X related aliases and functions