From 2ee4b6f414543259082f0473baaa4f113a330527 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 9 Jul 2014 18:30:52 -0700 Subject: [PATCH] Correcting nvm.sh comment wrt bash --- nvm.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nvm.sh b/nvm.sh index 4d8aac4..5dd9d81 100644 --- a/nvm.sh +++ b/nvm.sh @@ -1,5 +1,6 @@ # Node Version Manager -# Implemented as a bash function +# Implemented as a POSIX-compliant function +# Should work on sh, dash, bash, ksh, zsh # To use source this file from your bash profile # # Implemented by Tim Caswell