mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-20 05:53:52 +01:00
9 lines
276 B
Plaintext
9 lines
276 B
Plaintext
|
#compdef alias
|
||
|
|
||
|
_arguments -C -s -A "-*" -S \
|
||
|
'-+g[list or define global aliases]' \
|
||
|
'-+r[list or define regular aliases]' \
|
||
|
'-+m[print aliases matching specified pattern]' \
|
||
|
'-L[print each alias in the form of calls to alias]' \
|
||
|
'*::alias definition:_aliases -S ='
|