mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-06-14 08:41:43 +00:00
Merge completions into functions
Completions are nothing more than auto-loadable functions prefixed with an underscore placed somewhere in $FPATH.
This commit is contained in:
12
modules/git/functions/_git-hub-short-url
Normal file
12
modules/git/functions/_git-hub-short-url
Normal file
@ -0,0 +1,12 @@
|
||||
#compdef git-hub-short-url
|
||||
#autoload
|
||||
|
||||
#
|
||||
# Completes git-hub-short-url.
|
||||
#
|
||||
# Authors:
|
||||
# Sorin Ionescu <sorin.ionescu@gmail.com>
|
||||
#
|
||||
|
||||
_arguments '1:url:' && return 0
|
||||
|
Reference in New Issue
Block a user