mirror of
				https://github.com/lukechilds/zsh-nvm.git
				synced 2025-10-30 14:46:28 +08:00 
			
		
		
		
	Make source nvm command clearer
This commit is contained in:
		
							parent
							
								
									8709621973
								
							
						
					
					
						commit
						bbbb52a667
					
				| @ -70,8 +70,8 @@ antigen bundle lukechilds/zsh-nvm | |||||||
| Performance comparison: | Performance comparison: | ||||||
| 
 | 
 | ||||||
| ```shell | ```shell | ||||||
| % time (_zsh_nvm_load) | % time (source $NVM_DIR/nvm.sh) | ||||||
| ( _zsh_nvm_load; )  0.58s user 0.37s system 109% cpu 0.874 total | ( source $NVM_DIR/nvm.sh; )  0.58s user 0.37s system 109% cpu 0.874 total | ||||||
| 
 | 
 | ||||||
| % time (_zsh_nvm_lazy_load) | % time (_zsh_nvm_lazy_load) | ||||||
| ( _zsh_nvm_lazy_load; )  0.01s user 0.01s system 168% cpu 0.012 total | ( _zsh_nvm_lazy_load; )  0.01s user 0.01s system 168% cpu 0.012 total | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Luke Childs
						Luke Childs