582 Commits (9407f850f1ab16224fc9f80d6fd2e4ccf2cfec47)

Author SHA1 Message Date
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
00Davo 1ad9d18257 Finds NVM_DIR without using cd 12 years ago
Martin Iwanowski 41352e866d Fix for issue #196, deconfusified the scenario 12 years ago
Max Zhao 62dec72394 Fixed curl silently ignoring 302 redirections 12 years ago
Daniel Stockman e5d7d493b9 Avoid error from aliased `which` during install 12 years ago
Harald Glatt 2eddca3d9f Remove unneeded shebang in nvm.sh 12 years ago
Harald Glatt 6a6e435855 Switch from /bin/sh to /bin/bash 12 years ago
Jeremy Satterfield 6690aecc6c fix handle cases of grep aliases as described in to resolve #207 12 years ago
Code Whale 4a7945f8c1 support Raspberry Pi binaries 12 years ago
Cliffano Subagio 39c5d0597d Fix style, opening curly brace on the same line as function declaration. 12 years ago
Cliffano Subagio ab71d50b3a Add sh directive and replace bash function with sh function. 12 years ago
Derek Keller d1d53ea979 Updated fix for issues #232 and #244 12 years ago
Koen Punt 0f05655ee6 Return 1 so exit status is not null on error 12 years ago
Tim Caswell 6b932e59c3 Remove column since many common environments don't have it. 12 years ago
Donovan James King bc04ed3ece Fixes issue 232 12 years ago
Miguel Cobá 335456d008 Drop invalid -a flag for basename. 12 years ago
Emanuele Aina 42915fc21c Reduce usage of `cd' to avoid issues with shell aliases 12 years ago