mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 12:04:39 +08:00
Add completion for proxychains
This commit is contained in:
parent
fd8291a96f
commit
093c580b5c
3
share/completions/proxychains.fish
Normal file
3
share/completions/proxychains.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
complete -c proxychains -n __fish_is_first_token -s q -d "Makes proxychains quiet"
|
||||
complete -c proxychains -n __fish_is_first_token -s f -r -F -d "Specify a config file"
|
||||
complete -c proxychains -xa "(__fish_complete_subcommand)"
|
Loading…
Reference in New Issue
Block a user