mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 13:21:19 +08:00 
			
		
		
		
	fix(fig): fix typo in completion command
This commit is contained in:
		
							parent
							
								
									cddf1b6982
								
							
						
					
					
						commit
						22c11da108
					
				@ -10,4 +10,4 @@ if [[ ! -f "$ZSH_CACHE_DIR/completions/_fig" ]]; then
 | 
			
		||||
  _comps[fig]=_fig
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
fig completions zsh >| "$ZSH_CACHE_DIR/completions/_fig" &|
 | 
			
		||||
fig completion zsh >| "$ZSH_CACHE_DIR/completions/_fig" &|
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user