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