207 Commits (80e349edb14869eb29a4b5bb581402eb98ba7142)

Author SHA1 Message Date
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 11 years ago
00Davo 1ad9d18257 Finds NVM_DIR without using cd 11 years ago
Martin Iwanowski 41352e866d Fix for issue #196, deconfusified the scenario 11 years ago
Max Zhao 62dec72394 Fixed curl silently ignoring 302 redirections 11 years ago
Daniel Stockman e5d7d493b9 Avoid error from aliased `which` during install 11 years ago
Harald Glatt 2eddca3d9f Remove unneeded shebang in nvm.sh 11 years ago
Harald Glatt 6a6e435855 Switch from /bin/sh to /bin/bash 11 years ago
Jeremy Satterfield 6690aecc6c fix handle cases of grep aliases as described in to resolve #207 11 years ago
Code Whale 4a7945f8c1 support Raspberry Pi binaries 11 years ago
Cliffano Subagio 39c5d0597d Fix style, opening curly brace on the same line as function declaration. 11 years ago
Cliffano Subagio ab71d50b3a Add sh directive and replace bash function with sh function. 11 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
Emanuele Aina f1b484ee87 Silence stderr warning on `nvm uninstall' with no configured alias 12 years ago
jnlin db7494494c Add FreeBSD support 12 years ago
GPad 5811cb9e73 Resolved Issue #194 12 years ago
GPad 7226e5fb98 read the .nvmrc if present 12 years ago
GPad bc9c82cb9f read version from .nvmrc if not specified 12 years ago
Tim Caswell f605581c7d return not exit 12 years ago
Koen Punt 70e1b81ad3 Add exit code, fix #190 12 years ago
Yosiya Hinosawa a6be969403 changed shasums file url because in v0.8.6 .txt.asc file is not available. 12 years ago
Yosiya Hinosawa 184f641730 fixed the condition for the binary package availability. 12 years ago
Yoshiya Hinosawa 7013372867 added -s (install from source) option. 12 years ago
A.J 5596054445 fixed wrong condition checking for 'shasum' (I'm using Mac OS 10.8.2) 12 years ago
Marsup 2662840064 Fix #172 on ZSH 12 years ago
Kosei Moriyama 1a08edd94e support platforms which does not have shasum command 12 years ago
Sebastian Cohnen 0803e317e1 avoid environment pollution with NVM internals 12 years ago
hisanori 4ffd4bb34f fix installation problem about v0.4 12 years ago
wlaurance 21f00362b0 Account for x86 architectures 12 years ago
wlaurance a1d14ea5b8 Checksum support for binary downloads 12 years ago
wlaurance 03b16d7a67 Account for uname -a i686 12 years ago