mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-11-15 19:51:13 +00:00
13 lines
164 B
Plaintext
13 lines
164 B
Plaintext
|
#compdef git-hub-short-url
|
||
|
#autoload
|
||
|
|
||
|
#
|
||
|
# Completes git-hub-short-url.
|
||
|
#
|
||
|
# Authors:
|
||
|
# Sorin Ionescu <sorin.ionescu@gmail.com>
|
||
|
#
|
||
|
|
||
|
_arguments '1:url:' && return 0
|
||
|
|