293 Commits (5dd2d7e5d429397a89eb27afec3394ae30f9a1d6)

Author SHA1 Message Date
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 11 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
Michael 670870e211 Update nvm.sh 11 years ago
Michael 74ca011704 Update nvm.sh 11 years ago
Jordan Harband 83c5b6286d Add `nvm current` to `nvm help`. Relates to #205. 11 years ago
Michael b2ef0cb14c Update nvm.sh 11 years ago
Michael 59c4dc735a Update nvm.sh 11 years ago
Marcin Jekot 94fff5c923 fix copy-packages in zsh (without breaking sh and bash) 11 years ago
D. Stuart Freeman 56e32888ea fix copy-packages 11 years ago
Koen Punt e99fc43ab2 helper method for testing existence of commands 11 years ago
Adam Hull 037f52a55b Slurp test unsetopt stderr 11 years ago
Koen Punt aba4346a86 Universal test of unsetopt command 11 years ago
Jordan Harband 5686d9a3bb Addressing comments raised in #171 11 years ago
Logan Smyth 7862182d6f Add -f 11 years ago
Matthew Alexander b4a9c14d4e Fixed bash error caused by lack of double quotes 11 years ago
Logan Smyth 473dd86f48 Properly remove the tar file. 11 years ago
Timo Sand dd157129a6 Added command to get current nvm environment. 12 years ago
00Davo a2a8ddb779 Use only shell builtins to avoid triggering autojump, instead of needing GNU readlink 12 years ago