Commit Graph

  • f668d354a9 Update the sample text to reflect current stable Tim Caswell 2011-02-18 09:46:47 -0800
  • d13d6b199a use a subshell instead of setting the START var Scott Bronson 2011-02-13 21:06:13 -0800
  • ba46b553ed use a subshell instead of setting the START var Scott Bronson 2011-02-13 21:06:13 -0800
  • cd3304548f Fix some syntax issues Isaac Wolkerstorfer 2011-01-29 16:24:42 +0100
  • 45b89ab396 Create alias dir on demand Isaac Wolkerstorfer 2011-01-25 17:12:13 +0100
  • 57d62762e1 Don't overwrite existing NVM_DIR vars Isaac Wolkerstorfer 2011-01-25 17:29:49 +0100
  • 8ec6fb22fd Create alias dir on demand Isaac Wolkerstorfer 2011-01-25 17:12:13 +0100
  • 3d0082fa60 Suppress unnecessary output Isaac Wolkerstorfer 2011-01-24 17:11:46 +0100
  • 85566c9682 Merge curl/wget and version changes Isaac Wolkerstorfer 2011-01-22 21:52:27 +0100
  • c060a287d0 Use curl or wget, whichever is available Isaac Wolkerstorfer 2011-01-22 21:07:27 +0100
  • 590b283e65 Change version() to nvm_version() Isaac Wolkerstorfer 2011-01-22 20:54:15 +0100
  • a7328b3711 Add output to sync if stable/latest changes Isaac Wolkerstorfer 2011-01-22 19:31:20 +0100
  • 861766372d Add a special "default" alias Isaac Wolkerstorfer 2011-01-22 19:16:24 +0100
  • f10ac8e8c3 Fix README for ls command Isaac Wolkerstorfer 2011-01-22 19:13:02 +0100
  • a77c632e2a Add aliases to versions Isaac Wolkerstorfer 2011-01-22 19:12:13 +0100
  • 0f6680e8b7 Use version descriptors for 'install' and 'use' Isaac Wolkerstorfer 2011-01-22 17:57:08 +0100
  • b2c6be9e08 Show all available versions in ls Isaac Wolkerstorfer 2011-01-22 17:48:57 +0100
  • 666e1794fa another solution to get ZSH and BASH both to work Marc Harter 2011-01-20 16:47:30 -0600
  • 95c8e4fbac BASH_ARGV[0] doesn't work in ZSH Marc Harter 2011-01-11 10:53:53 -0600
  • 8e0406e95b Don't bloat npm v0.0.6 Tim Caswell 2011-01-04 17:49:54 -0800
  • d3b5853454 Set MANPATH on nvm use and deactivate Carter Thaxton 2010-12-11 20:19:23 -0800
  • 077a661696 zsh prompts get interfered with environment variables that are named the directory you are in. Don't define START unless we need to. Tim Caswell 2010-12-10 12:52:58 -0800
  • b69a2b7fc3 Bump version Tim Caswell 2010-12-10 12:43:42 -0800
  • 924d965964 Clean up npm integration a little bit Tim Caswell 2010-12-10 12:43:27 -0800
  • 926ea1d8e9 Bump version Tim Caswell 2010-12-10 11:50:46 -0800
  • 4fb13d113e Merge branch 'master' of https://github.com/isaacs/nvm Tim Caswell 2010-12-10 11:50:14 -0800
  • dd32e5880d Trim and update nvm Tim Caswell 2010-12-10 11:32:16 -0800
  • 9ef89f51c9 v0.0.3 isaacs 2010-11-25 01:43:02 -0800
  • b82bcfbd47 A package.json install that works. isaacs 2010-11-25 01:42:24 -0800
  • a078d6427b Install npm automatically Tim Caswell 2010-12-10 11:42:19 -0800
  • 91d2be5179 Trim and update nvm Tim Caswell 2010-12-10 11:32:16 -0800
  • c657328c8d I guess export isn't needed in this context. Tim Caswell 2010-06-08 07:42:35 -0700
  • 641cbb634d Fix typo. Tim Caswell 2010-06-08 07:40:51 -0700
  • d143b5f491 Update the readme since $NVM_DIR's default doesn't seem to be working. Tim Caswell 2010-06-08 07:39:57 -0700
  • e0bbea635f Don't make the function definition file executable Tim Caswell 2010-05-14 10:41:45 -0700
  • fefa00fac8 Merge branch 'master' of http://github.com/isaacs/nvm Tim Caswell 2010-05-14 10:39:56 -0700
  • 359a83e6c5 Use NVM_PATH instead of NODE_PATH Tim Caswell 2010-05-14 10:39:54 -0700
  • 06e882b332 Add a package.json so that npm can install this. isaacs 2010-05-12 21:17:52 -0700
  • b542e3e205 Fix minor formattin issue in the README. Tim Caswell 2010-05-06 18:35:50 -0500
  • 1938f6931c Fix a typo in the docs. Tim Caswell 2010-05-06 18:33:46 -0500
  • 7df245c569 Remove clone and update, these are better done by hand, add listlibs and a way to use the latest stable version Tim Caswell 2010-05-06 12:51:43 -0500
  • 2527ff6b1f Use lib instead of modules for certain scripts that assume ../lib from the /bin folder. Tim Caswell 2010-05-04 23:33:42 -0500
  • d67c7011f4 Have two module installers, one for linked modules (for ones you actively develop) and one that copies the module so that the original source tree can be deleted. Tim Caswell 2010-04-26 12:50:18 -0500
  • 09e7c3227b Add a NODE_BIN env variable to the current bin folder so installers know where to put their stuff. Also add a simple installer for projects without one, but that follow the standard layout. Tim Caswell 2010-04-26 12:40:35 -0500
  • 93e28c3b2f Add per/version NODE_PATH and a deactivate command to return everything back to normal. Tim Caswell 2010-04-20 18:51:07 -0500
  • 54495e56ae Fix a couple bugs and enable the --debug flag for HEAD version. v0.0.1 Tim Caswell 2010-04-20 18:51:07 -0500
  • 53e64fc3b5 Put a star by the active version in "nvm list" and don't allow "nvm use" to set a version that isn't installed. Tim Caswell 2010-04-19 10:46:58 -0500
  • 47d5982ef8 Update to replace an old nvm path if it exists already in $PATH. Tim Caswell 2010-04-19 10:22:28 -0500
  • 4d2e6045eb Add "help" to the help message. Tim Caswell 2010-04-15 12:22:16 -0500
  • 6c243e502e Make the gist work as it's own repo. Tim Caswell 2010-04-15 12:14:52 -0500
  • b44e17677f creationix 2010-04-15 10:07:09 -0700
  • 4feb4e3f07 creationix 2010-04-15 10:06:53 -0700
  • 112f73962e creationix 2010-04-15 10:03:42 -0700
  • bb49547611 creationix 2010-04-15 10:00:34 -0700
  • cb87c313a9 creationix 2010-04-15 09:53:39 -0700
  • d5b8294497 creationix 2010-04-15 09:20:27 -0700
  • 4f4dec1c89 creationix 2010-04-15 09:20:00 -0700
  • 9cd2dd0c37 creationix 2010-04-15 09:13:33 -0700