mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
3 lines
229 B
Fish
3 lines
229 B
Fish
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)"
|