- Dec 17, 2013
-
-
Jordan Harband authored
-
Jordan Harband authored
Update nvm.sh
-
Michael authored
fix#https://github.com/creationix/nvm/pull/330
-
Michael authored
fix https://github.com/creationix/nvm/pull/330
-
Jordan Harband authored
-
Jordan Harband authored
Added command to get current nvm environment.
-
Timo Sand authored
-
Jordan Harband authored
Update README.markdown
-
Timo Sand authored
-
Timo Sand authored
-
- Dec 16, 2013
-
-
Michael authored
Fix - this line should be nvm use 0.10 - no 'v', and no incremental version number.
-
- Dec 15, 2013
-
-
Michael authored
small fix fo nvm help info
-
Jordan Harband authored
fix copy-packages in zsh (without breaking sh and bash). Closes #223, fixes #299.
-
Marcin Jekot authored
-
- Dec 13, 2013
-
-
Jordan Harband authored
fix copy-packages
-
Marcin Jekot authored
-
- Dec 12, 2013
-
-
D. Stuart Freeman authored
-
Jordan Harband authored
helper method for testing existence of commands
-
Koen Punt authored
-
Jordan Harband authored
Slurp stderr from test unsetopt
-
- Dec 11, 2013
-
-
Adam Hull authored
-
Jordan Harband authored
Universal test of unsetopt command. Closes #300
-
Koen Punt authored
According to http://stackoverflow.com/a/7522866/189431 it should work in "bash, zsh, ksh and sh (as provided by dash)".
-
- Nov 29, 2013
-
-
Jordan Harband authored
-
- Nov 13, 2013
-
-
Jordan Harband authored
For zsh users
-
- Oct 25, 2013
-
-
Jordan Harband authored
Fixed bash error caused by lack of double quotes
-
Jordan Harband authored
Properly remove the tar file.
-
Logan Smyth authored
-
Matthew Alexander authored
-
- Oct 24, 2013
-
-
Logan Smyth authored
-
- Oct 10, 2013
-
-
Mario Idival authored
i use zsh and i did this update in install.sh local, is good for you too :)
-
Timo Sand authored
-
Timo Sand authored
-
- Sep 24, 2013
-
-
Jordan Harband authored
install.sh: use a more generic SOURCE_STR
-
- Sep 22, 2013
-
-
Fraser Tweedale authored
SOURCE_STR currently includes the value of $HOME (at install time). Change SOURCE_STR to include a literal "$HOME" (to be expanded at profile runtime) so that sourcing nvm will work if the user changes their username, shares their profile, et cetera. Also use the more portable single-square-bracket test.
-
- Sep 21, 2013
-
-
Jordan Harband authored
-
Jordan Harband authored
Add check for git in the installer script.
-
- Sep 18, 2013
-
-
Jordan Harband authored
Finds NVM_DIR with `cd -q` on zsh
-
00Davo authored
Under Zsh, the `-q` flag to `cd` makes it not run `chpwd` hooks and hence makes it not add `~/.nvm` to `autojump`.
-
00Davo authored
Using `cd` makes the nvm directory the number-one directory in `autojump`'s database---which is somewhat confusing since the user basically never `cd`s to it directly!---so here's an alternative method that doesn't use the `cd` command. I've checked it works in both Bash and Zsh.
-