mirror of
https://github.com/rofl0r/proxychains-ng.git
synced 2025-09-03 22:46:58 +00:00
Remove unused code in zsh completion
Move completions/_proxychains4 to completions/zsh/_proxychains4 to avoid confusion
This commit is contained in:
8
completions/zsh/_proxychains4
Normal file
8
completions/zsh/_proxychains4
Normal 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'
|
Reference in New Issue
Block a user