207 Commits (80e349edb14869eb29a4b5bb581402eb98ba7142)

Author SHA1 Message Date
Koen Punt 80e349edb1 locate .nvmrc without `find` 11 years ago
Jordan Harband 038c1f3d0f Find `.nvmrc` files upwards. 11 years ago
Jordan Harband 66455f7c77 Refactor so "finding .nvmrc" can be done in a bash function. 11 years ago
Jordan Harband 222250f2d1 v0.5.1 11 years ago
Jordan Harband e6bd207624 When auto-printing "help" on a command other than "help", return a nonzero exit code. 11 years ago
Jordan Harband bad79e6d77 v0.5.0 11 years ago
Jordan Harband 20953ab04c Make sure `nvm run` works without a version argument when .nvmrc specifies a version. 11 years ago
Jordan Harband bf8abf1052 Make sure `nvm install` works without a version argument when .nvmrc specifies a version. 11 years ago
Jordan Harband c188c1b11a Correcting help text for `nvm use` 11 years ago
Jordan Harband 752c0e4ef1 Removing trailing whitespace. 11 years ago
Jordan Harband 6dde4aac38 v0.4.0 11 years ago
Koen Punt ec7909dcd3 Use NVM_ prefix for variables 11 years ago
Jordan Harband cebda7d35a When curl is not present, immediately bail out of `nvm install` with a nonzero exit code. Fixes #385. 11 years ago
Koen Punt 4a9a15c404 Fix NVM_DIR discovery 11 years ago
Jordan Harband 31c5406780 Adding an `nvm --version` command 11 years ago
Koen Punt a34c080d77 Fix nvm ls for v* numbers 12 years ago
Koen Punt e30424d22f define all functions with nvm_ prefix 11 years ago
Koen Punt 1d40a5bc8b Replaced echo for printf when using formatted strings 11 years ago
messju mohr f82f38be90 fixed nvm_version result when multiple versions match the given pattern 11 years ago
Koen Punt 1a19de9d20 Use has util method and use comparison opts 11 years ago
Jordan Harband 618a372f38 Unset the executable bit on nvm.sh, since it's meant to be sourced 11 years ago
Daniel Teixeira 8cceae3cc1 Overwritting GREP_OPTIONS on local script 11 years ago
Fraser Tweedale 3b21b76106 fix install from source on FreeBSD 10 11 years ago
Fraser Tweedale dcba513108 address remaining comments from #363 11 years ago
Fraser Tweedale e6a5374bfb colorize output only if echo supports it 11 years ago
Fraser Tweedale 8cba9c5781 avoid nullglob in alias command 11 years ago
Fraser Tweedale 1d6145de5a fix explicit version matching on FreeBSD 11 years ago
Fraser Tweedale ca0c8a7f1d handle echo implementations that do not support `-e` 11 years ago
Fraser Tweedale a3331ffdb0 fix errors due to use of unportable == operator 11 years ago
Fraser Tweedale 4a5f5203d0 fix errors and portability issues in expr commands 11 years ago
Fraser Tweedale ee6d4ab074 fix ls command in dash 11 years ago
Dr. Kibitz a9be598241 Remove some new bashisms 11 years ago
Dr. Kibitz 9a0c269713 Redo https://github.com/creationix/nvm/pull/345 11 years ago
Fraser Tweedale 0c8410fcc3 support FreeBSD's sha1(1) for integrity checks 11 years ago
Jordan Harband 274652e10e Fix nvm ls-remote and display uninstalled versions again. Fixes #359, closes #360 11 years ago
Dr. Kibitz 2e9558cbf9 Declare more variables as local 11 years ago
Jordan Harband 13781f242b Create a `colorize_version` function that doesn't include the padding, for `nvm version` 11 years ago
Jordan Harband b6469ee186 Preventing an extra leading newline. 11 years ago
Jordan Harband 304cc29cf0 Fixing indentation and adding a trailing newline. 11 years ago
Nicholas Hwang 9a88e3656c Change variable name to fix zsh parse issue 11 years ago
Simon Tabor 9af7409e4a don't curl if version is specified + installed 11 years ago
Jordan Harband ecb7a15baa Using our conventional NVM_ prefix for env vars. 11 years ago
Kyle Kelley 8599ea29f9 Add dist to path, add docs 11 years ago
Kyle Kelley b1d0cfa77b Added mirror option for node binaries 12 years ago
Tarcisio Gruppi eb588566f2
Removed PREVIOUS_NODE_PATH 11 years ago
Dennis Hoppe 47c87b8478 Update nvm.sh 11 years ago
Tarcisio Gruppi 58dafdaedd
Update NODE_PATH on use, run and deactivate 11 years ago
Tarcisio Gruppi 4d2faba9af
export NODE_PATH on nvm use 11 years ago
Fraser Tweedale 591a3bb19d fix MANPATH generation on FreeBSD 11 years ago
Marcin Jekot 679c71650f fix copy-packages in zsh 11 years ago