mirror of
				https://github.com/nvm-sh/nvm.git
				synced 2025-10-31 01:45:50 +08:00 
			
		
		
		
	[install script] Use $HOME variable in NVM_DIR
				
					
				
			This commit is contained in:
		
				
					committed by
					
						 Jordan Harband
						Jordan Harband
					
				
			
			
				
	
			
			
			
						parent
						
							f1a5f2a15f
						
					
				
				
					commit
					1b2305232f
				
			| @@ -7,7 +7,7 @@ nvm_has() { | ||||
| } | ||||
|  | ||||
| nvm_install_dir() { | ||||
|   echo "${NVM_DIR:-"$HOME/.nvm"}" | ||||
|   printf %s "${NVM_DIR:-"$HOME/.nvm"}" | sed "s:^$HOME:\$HOME:" | ||||
| } | ||||
|  | ||||
| nvm_latest_version() { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user