mirror of
				https://github.com/lukechilds/zsh-nvm.git
				synced 2025-10-30 14:46:28 +08:00 
			
		
		
		
	Mute unset output
This commit is contained in:
		
							parent
							
								
									1a2fe08cf2
								
							
						
					
					
						commit
						b8eb9a7ae9
					
				| @ -100,7 +100,7 @@ _zsh_nvm_lazy_load() { | |||||||
| 
 | 
 | ||||||
|     # When called, unset all lazy loaders, load nvm then run current command |     # When called, unset all lazy loaders, load nvm then run current command | ||||||
|     eval "$cmd(){ |     eval "$cmd(){ | ||||||
|       unset -f $cmds |       unset -f $cmds > /dev/null 2>&1 | ||||||
|       _zsh_nvm_load |       _zsh_nvm_load | ||||||
|       $cmd \"\$@\" |       $cmd \"\$@\" | ||||||
|     }" |     }" | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Luke Childs
						Luke Childs