mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-29 18:51:15 -03:00
Add completion for proxychains
This commit is contained in:
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)"
|
||||
Reference in New Issue
Block a user