Browse Source

Correcting nvm.sh comment wrt bash

master
Jordan Harband 11 years ago
parent
commit
2ee4b6f414
  1. 3
      nvm.sh

3
nvm.sh

@ -1,5 +1,6 @@ @@ -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 <tim@creationix.com>

Loading…
Cancel
Save