mirror of
				https://github.com/rofl0r/proxychains-ng.git
				synced 2025-11-04 00:56:03 +00:00 
			
		
		
		
	Fix zsh completion file to proxychains4
This commit is contained in:
		
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							@@ -49,7 +49,7 @@ PXCHAINS = proxychains4
 | 
				
			|||||||
PXCHAINS_D = proxychains4-daemon
 | 
					PXCHAINS_D = proxychains4-daemon
 | 
				
			||||||
ALL_TOOLS = $(PXCHAINS) $(PXCHAINS_D)
 | 
					ALL_TOOLS = $(PXCHAINS) $(PXCHAINS_D)
 | 
				
			||||||
ALL_CONFIGS = src/proxychains.conf
 | 
					ALL_CONFIGS = src/proxychains.conf
 | 
				
			||||||
ZSH_COMPLETION = completions/_proxychains
 | 
					ZSH_COMPLETION = completions/_proxychains4
 | 
				
			||||||
 | 
					
 | 
				
			||||||
-include config.mak
 | 
					-include config.mak
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,4 @@
 | 
				
			|||||||
#compdef proxychains
 | 
					#compdef proxychains4
 | 
				
			||||||
 | 
					
 | 
				
			||||||
setopt localoptions extended_glob
 | 
					setopt localoptions extended_glob
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		Reference in New Issue
	
	Block a user