mirror of
https://github.com/lukechilds/zsh-nvm.git
synced 2025-01-30 09:47:14 +08:00
parent
49f23771d3
commit
1be9149af6
@ -24,7 +24,7 @@ _zsh_nvm_install() {
|
|||||||
|
|
||||||
_zsh_nvm_global_binaries() {
|
_zsh_nvm_global_binaries() {
|
||||||
echo "$NVM_DIR"/v0*/bin/*(N) "$NVM_DIR"/versions/*/*/bin/*(N) |
|
echo "$NVM_DIR"/v0*/bin/*(N) "$NVM_DIR"/versions/*/*/bin/*(N) |
|
||||||
xargs basename |
|
xargs -n 1 basename |
|
||||||
sort |
|
sort |
|
||||||
uniq
|
uniq
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user