Sven Boekhoff
|
bd213dd075
|
Specify where to add the plugin in 'Oh My ZSH!' installation (#5)
|
8 years ago |
Luke Childs
|
1be9149af6
|
Set `max-args` to 1 on `xargs`
Otherwise it misses binaries (#4)
|
8 years ago |
Luke Childs
|
49f23771d3
|
Use echo to list glob matches rather than ls
ls falls back to current dir if there are no glob matches
i.e right after install
|
8 years ago |
Luke Childs
|
9bc96c23ff
|
Make source nvm command example identical to internal one
|
8 years ago |
Luke Childs
|
bbbb52a667
|
Make source nvm command clearer
|
8 years ago |
Luke Childs
|
8709621973
|
Allow nullglobs when looking for binaries
|
8 years ago |
Luke Childs
|
eef332636f
|
Add lazy loading support to node <0.12
|
8 years ago |
Luke Childs
|
1c6d8dd15e
|
Refactor lazy loading
|
8 years ago |
Luke Childs
|
2a9ee9e10f
|
Use `NVM_DIR` for lazy loading binary check
|
8 years ago |
Luke Childs
|
9ebbf2f792
|
Use "%" char for shell prompt examples
|
8 years ago |
Luke Childs
|
2e41031f16
|
Reword lazy loading section slightly
|
8 years ago |
Luke Childs
|
41c2827f6e
|
Make lazy loading performance increase clearer
|
8 years ago |
Luke Childs
|
f0709a21bb
|
Clarify `NVM_LAZY_LOAD` must be set before `zsh-nvm` is loaded
|
8 years ago |
Luke Childs
|
17585ff03e
|
Remove experimental from lazy loading title
(So hash links don't break in the future)
|
8 years ago |
Luke Childs
|
ffdfe46e33
|
Document `NVM_LAZY_LOAD` option
|
8 years ago |
Luke Childs
|
dbd3183930
|
Reformat options section
|
8 years ago |
Luke Childs
|
cade63ed94
|
Add `NVM_LAZY_LOAD` option
|
8 years ago |
Luke Childs
|
639e7e9f5c
|
Add lazy loading
|
8 years ago |
Luke Childs
|
c1517e0045
|
Remove unused function _zsh_nvm_get
|
9 years ago |
Luke Childs
|
0107d4e486
|
Document `NVM_DIR` option
|
9 years ago |
Luke Childs
|
e0be3a1bdf
|
Get latest release from git tags
|
9 years ago |
Luke Childs
|
0ccae77ce2
|
Do proper empty string test rather than truthy
Truthy doesn't seem to work on older versions of zsh
5.0.2 fails, 5.1 works
|
9 years ago |
Luke Childs
|
281614aacd
|
Export $NVM_DIR
|
9 years ago |
Luke Childs
|
7a3747f0c7
|
Update usage in readme for new features
|
9 years ago |
Luke Childs
|
86b7f6c1a9
|
Call `help` instead of `--help`
`--help` is only available on newer versions of nvm, `help` is backwards compatible
|
9 years ago |
Luke Childs
|
a7b8594684
|
Add revert command
|
9 years ago |
Luke Childs
|
781b46dede
|
Use default upgrade if it's built in
|
9 years ago |
Luke Childs
|
96fa6aab57
|
Store previous nvm version when upgrading
|
9 years ago |
Luke Childs
|
a6b8ef980f
|
Move new loading code into reusable function
|
9 years ago |
Luke Childs
|
bb8bd30891
|
Update upgrade command in readme from `nvm_update` to `nvm upgrade`
|
9 years ago |
Luke Childs
|
38f15b5ba5
|
Reword usage in readme
|
9 years ago |
Luke Childs
|
21bfbbf3c8
|
Extend nvm function for upgrade command
|
9 years ago |
Luke Childs
|
0795cfebbb
|
Silence git fetch output when updating
|
9 years ago |
Luke Childs
|
7fcb67740c
|
Mention bash compatibility in readme
|
9 years ago |
Luke Childs
|
48d3f9fb93
|
Add link to zsh-better-npm-completion
|
9 years ago |
Luke Childs
|
d02a2ac3f8
|
Source new nvm version after update
|
9 years ago |
Luke Childs
|
cfc2d02da6
|
Use https for manual installation
Not everyone has a GitHub account
|
9 years ago |
Luke Childs
|
18c6f3340a
|
Update manual installation instructions
|
9 years ago |
Luke Childs
|
a8bfc705a7
|
Notify user when nvm is being installed
|
9 years ago |
Luke Childs
|
1b01447272
|
Make NVM_DIR check consistent with others
|
9 years ago |
Luke Childs
|
2e14066128
|
Add readme
|
9 years ago |
Luke Childs
|
a8194ea562
|
Reorder update messages
|
9 years ago |
Luke Childs
|
03d7a4bce4
|
Move all cd commands into sub commands
This is to stop the user's CWD being changed
|
9 years ago |
Luke Childs
|
eb40361f00
|
Check if we need to update before updating
|
9 years ago |
Luke Childs
|
2babe68372
|
Add update function
|
9 years ago |
Luke Childs
|
34e7a4d28d
|
Source nvm
|
9 years ago |
Luke Childs
|
e1c0c7bac1
|
Install nvm
|
9 years ago |
Luke Childs
|
4f10e63798
|
Add install script
|
9 years ago |
Luke Childs
|
7c8449e0e8
|
Set NVM_DIR
|
9 years ago |
Luke Childs
|
dde14339e7
|
Get latest release tag
|
9 years ago |