1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-02 10:01:11 +02:00
zsh/Completion/Unix/Command/_curl
2015-11-27 07:27:09 +00:00

7 lines
224 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.
_urls "$@"