mirror of
https://github.com/rofl0r/proxychains-ng.git
synced 2025-09-04 07:37:05 +00:00
Add zsh completion file
This commit is contained in:
12
completions/_proxychains
Normal file
12
completions/_proxychains
Normal file
@ -0,0 +1,12 @@
|
||||
#compdef proxychains
|
||||
|
||||
setopt localoptions extended_glob
|
||||
|
||||
local -a _comp_priv_prefix
|
||||
|
||||
_arguments \
|
||||
'(- *)--help[More help in README file]' \
|
||||
'(-q)-q[makes proxychains quiet - this overrides the config setting]' \
|
||||
'(-f)-f[allows one to manually specify a configfile to use]:filename:_files' \
|
||||
'(-)1:command: _command_names -e' \
|
||||
'*::arguments:{ _comp_priv_prefix=( '$words[1]' -n ${(kv)opt_args[(I)(-[ugHEP]|--(user|group|set-home|preserve-env|preserve-groups))]} ) ; _normal }'
|
Reference in New Issue
Block a user