mirror of
https://github.com/lukechilds/zsh-nvm.git
synced 2025-02-06 09:55:31 +08:00
Notify user when nvm is being installed
This commit is contained in:
parent
1b01447272
commit
a8bfc705a7
@ -19,6 +19,7 @@ _zsh_nvm_latest_release_tag() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
_zsh_nvm_install() {
|
_zsh_nvm_install() {
|
||||||
|
echo "Installing nvm..."
|
||||||
git clone https://github.com/creationix/nvm.git "$NVM_DIR"
|
git clone https://github.com/creationix/nvm.git "$NVM_DIR"
|
||||||
$(cd "$NVM_DIR" && git checkout --quiet "$(_zsh_nvm_latest_release_tag)")
|
$(cd "$NVM_DIR" && git checkout --quiet "$(_zsh_nvm_latest_release_tag)")
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user