mirror of
https://github.com/lukechilds/zsh-nvm.git
synced 2025-02-06 09:55:31 +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() {
|
_zsh_nvm_global_binaries() {
|
||||||
ls "$NVM_DIR"/versions/*/*/bin/* |
|
ls "$NVM_DIR"/v0*/bin/* "$NVM_DIR"/versions/*/*/bin/* |
|
||||||
xargs basename |
|
xargs basename |
|
||||||
sort |
|
sort |
|
||||||
uniq
|
uniq
|
||||||
|
Loading…
Reference in New Issue
Block a user