mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-20 05:53:52 +01:00
10 lines
152 B
Plaintext
10 lines
152 B
Plaintext
#compdef -equal-
|
|
|
|
local args
|
|
|
|
args=( "$@" )
|
|
|
|
_alternative -O args \
|
|
'commands:command:compadd -k commands' \
|
|
'aliases:alias:compadd -k aliases'
|