about summary refs log tree commit diff
path: root/Completion/Unix/Command/_curl
blob: ecccdd389b3fb3f3bba6dd9ca7aca3095c1aee9e (plain) (blame)
1
2
3
4
5
6
7
#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 "$@"