mirror of
git://git.code.sf.net/p/zsh/code
synced 2026-01-06 09:41:07 +01:00
37163: Remove curl completion
This commit is contained in:
parent
2ab41d508d
commit
06a24d3747
3 changed files with 11 additions and 1 deletions
7
Completion/Unix/Command/_curl
Normal file
7
Completion/Unix/Command/_curl
Normal file
|
|
@ -0,0 +1,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.
|
||||
|
||||
_urls "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue