mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-06-14 10:51:41 +00:00
Rename git-hub-short-url to git-hub-shorten-url
This commit is contained in:
12
modules/git/functions/_git-hub-shorten-url
Normal file
12
modules/git/functions/_git-hub-shorten-url
Normal file
@ -0,0 +1,12 @@
|
||||
#compdef git-hub-shorten-url
|
||||
#autoload
|
||||
|
||||
#
|
||||
# Completes git-hub-shorten-url.
|
||||
#
|
||||
# Authors:
|
||||
# Sorin Ionescu <sorin.ionescu@gmail.com>
|
||||
#
|
||||
|
||||
_arguments '1:url:' && return 0
|
||||
|
Reference in New Issue
Block a user