mirror of
				https://github.com/lukechilds/zsh-nvm.git
				synced 2025-10-30 14:46:28 +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
	 Luke Childs
						Luke Childs