mirror of
https://github.com/lukechilds/zsh-nvm.git
synced 2025-01-30 09:47:14 +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() {
|
||||
echo "Installing nvm..."
|
||||
git clone https://github.com/creationix/nvm.git "$NVM_DIR"
|
||||
$(cd "$NVM_DIR" && git checkout --quiet "$(_zsh_nvm_latest_release_tag)")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user