about summary refs log tree commit diff
path: root/Completion/Base/_equal
blob: c50741ed41a11860ef70f7c5e4f8bcf15f404fb5 (plain) (blame)
1
2
3
4
5
6
7
8
#compdef -equal-

local expl

_description expl alias
compadd "$@" "$expl[@]" - "${(@k)aliases}"
_description expl command
compadd "$@" "$expl[@]" - "${(k@)commands}"