From e518eb09a92dc44256350036a62dbc2a42b50fa3 Mon Sep 17 00:00:00 2001 From: Ran Zilberman Date: Tue, 26 Jul 2016 16:06:33 +0300 Subject: [PATCH] Adding "nvm alias default system" instruction --- README.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.markdown b/README.markdown index a67e438..db3cb6a 100644 --- a/README.markdown +++ b/README.markdown @@ -293,6 +293,12 @@ add-zsh-hook chpwd load-nvmrc load-nvmrc ``` +In addition, run the following command to set the default node version in your shell to use the system-installed version of node, in case no .nvmrc file exist in the path we're accessing: + +```zsh +nvm alias default system +``` + ## License nvm is released under the MIT license.