mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-07-10 04:21:37 +02:00
7 lines
240 B
Text
7 lines
240 B
Text
#compdef curl
|
|
|
|
# As of 7.43.0, curl upstream provides its own _curl definition. This
|
|
# definition is provided as a fallback, and should be installed later
|
|
# in $fpath than the curl-provided definition of _curl.
|
|
|
|
_gnu_generic || _urls "$@"
|