mirror of
https://github.com/rofl0r/proxychains-ng
synced 2026-05-31 03:29:58 +08:00
Fix zsh completion file to proxychains4
This commit is contained in:
committed by
rofl0r
Unverified
parent
04023d3811
commit
9b42da71f4
@@ -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