mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 19:48:00 +00:00
16 lines
224 B
Plaintext
16 lines
224 B
Plaintext
#compdef git-hub-shorten-url
|
|
#autoload
|
|
|
|
#
|
|
# Completes git-hub-shorten-url.
|
|
#
|
|
# Authors:
|
|
# Joel Kuzmarski <leoj3n@gmail.com>
|
|
# Sorin Ionescu <sorin.ionescu@gmail.com>
|
|
#
|
|
|
|
_arguments \
|
|
'1:url:' \
|
|
'2:slug:' && return 0
|
|
|