mirror of
https://github.com/lukechilds/zsh-nvm.git
synced 2025-01-30 09:47:14 +08:00
Add lazy loading support to node <0.12
This commit is contained in:
parent
1c6d8dd15e
commit
eef332636f
@ -23,7 +23,7 @@ _zsh_nvm_install() {
|
||||
}
|
||||
|
||||
_zsh_nvm_global_binaries() {
|
||||
ls "$NVM_DIR"/versions/*/*/bin/* |
|
||||
ls "$NVM_DIR"/v0*/bin/* "$NVM_DIR"/versions/*/*/bin/* |
|
||||
xargs basename |
|
||||
sort |
|
||||
uniq
|
||||
|
Loading…
Reference in New Issue
Block a user