Remove unused code in zsh completion

Move completions/_proxychains4 to completions/zsh/_proxychains4 to avoid confusion
This commit is contained in:
Wu Zhenyu
2022-09-19 16:42:49 +08:00
committed by rofl0r
parent 133e06b3f0
commit 42d2d95160
3 changed files with 11 additions and 15 deletions

View File

@ -0,0 +1,8 @@
#compdef proxychains4
_arguments \
'(- : *)--help[More help in README file]' \
'-q[makes proxychains quiet - this overrides the config setting]' \
'-f[allows one to manually specify a configfile to use]: :_files' \
'(-)1: :{_command_names -e}' \
'*:: :_normal'