mirror of
https://git.code.sf.net/p/zsh/code
synced 2026-01-28 03:54:08 +00:00
8 lines
240 B
Plaintext
8 lines
240 B
Plaintext
#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 "$@"
|